mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-24 03:49:31 +00:00
Use new UniqueObjectCollection constraint to ensure that BOM entries does not contain duplicate items
This commit is contained in:
parent
7b87b00b44
commit
e72b120c12
7 changed files with 223 additions and 7 deletions
|
|
@ -38,16 +38,16 @@
|
|||
</button>
|
||||
</td>
|
||||
<td>
|
||||
{{ form_errors(form.quantity) }}
|
||||
{{ form_widget(form.quantity) }}
|
||||
{{ form_errors(form.quantity) }}
|
||||
</td>
|
||||
<td style="min-width: 250px;">
|
||||
{{ form_errors(form.part) }}
|
||||
{{ form_widget(form.part) }}
|
||||
{{ form_errors(form.part) }}
|
||||
</td>
|
||||
<td>
|
||||
{{ form_errors(form.name) }}
|
||||
{{ form_widget(form.name) }}
|
||||
{{ form_errors(form.name) }}
|
||||
</td>
|
||||
<td>
|
||||
<button type="button" class="btn btn-danger lot_btn_delete" {{ collection.delete_btn() }}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue