Added filters for attachment types and attachment names of parts.

This commit is contained in:
Jan Böhmer 2022-09-01 00:34:41 +02:00
parent 22eb6601e8
commit 7b3538a2c7
4 changed files with 45 additions and 0 deletions

View file

@ -61,6 +61,8 @@
<div class="tab-pane pt-3" id="filter-attachments" role="tabpanel" aria-labelledby="filter-attachments-tab" tabindex="0">
{{ form_row(filterForm.attachmentsCount) }}
{{ form_row(filterForm.attachmentType) }}
{{ form_row(filterForm.attachmentName) }}
</div>
<div class="tab-pane pt-3" id="filter-orderdetails" role="tabpanel" aria-labelledby="filter-orderdetails-tab" tabindex="0">