mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-30 06:39:40 +02:00
Ensure that a project BOM includes the build parts of its subprojects
This commit is contained in:
parent
9aa6e714f2
commit
ef6d30e04b
3 changed files with 37 additions and 1 deletions
|
@ -41,6 +41,7 @@
|
|||
{% block additional_panes %}
|
||||
<div class="tab-pane" id="bom">
|
||||
{% form_theme form.bom_entries with ['Form/collection_types_layout.html.twig'] %}
|
||||
{{ form_errors(form.bom_entries) }}
|
||||
{{ form_widget(form.bom_entries) }}
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue