Added additional projects related filters to part table views

This commit is contained in:
Jan Böhmer 2024-03-02 19:18:55 +01:00
parent 04d1e84596
commit fad8f26eaa
3 changed files with 34 additions and 6 deletions

View file

@ -121,6 +121,9 @@
{% if filterForm.project is defined %}
<div class="tab-pane pt-3" id="filter-projects" role="tabpanel" aria-labelledby="filter-projects-tab" tabindex="0">
{{ form_row(filterForm.project) }}
{{ form_row(filterForm.bomQuantity) }}
{{ form_row(filterForm.bomName) }}
{{ form_row(filterForm.bomComment) }}
</div>
{% endif %}