mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Added additional projects related filters to part table views
This commit is contained in:
parent
04d1e84596
commit
fad8f26eaa
3 changed files with 34 additions and 6 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue