Ensure that a project BOM includes the build parts of its subprojects

This commit is contained in:
Jan Böhmer 2022-12-29 17:52:13 +01:00
parent 9aa6e714f2
commit ef6d30e04b
3 changed files with 37 additions and 1 deletions

View file

@ -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 %}