mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-29 22:39:32 +00:00
Save element parameters in its own database table (dont use JSON)
This makes it easier to query for specific parameters.
This commit is contained in:
parent
a6e0f1738b
commit
719e21c0df
35 changed files with 738 additions and 183 deletions
|
|
@ -64,7 +64,7 @@
|
|||
</tr>
|
||||
{% endblock %}
|
||||
|
||||
{% block specification_widget %}
|
||||
{% block parameter_widget %}
|
||||
<tr>
|
||||
<td>{{ form_widget(form.name) }}{{ form_errors(form.name) }}</td>
|
||||
<td>{{ form_widget(form.symbol) }}{{ form_errors(form.symbol) }}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue