mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-06 02:59:29 +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
|
|
@ -1,6 +1,6 @@
|
|||
{% import "components/datatables.macro.html.twig" as datatables %}
|
||||
|
||||
<div class="btn-group mb-2">
|
||||
<div class="btn-group mb-2 mt-2">
|
||||
<a class="btn btn-success" {% if not is_granted('@projects.edit') %}disabled{% endif %}
|
||||
href="{{ path('project_add_parts', {"id": project.id, "_redirect": app.request.requestUri}) }}">
|
||||
<i class="fa-solid fa-square-plus fa-fw"></i>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue