Allow to order and filter by GTIN in part tables

This commit is contained in:
Jan Böhmer 2026-02-08 15:51:39 +01:00
parent 1130f71075
commit a962e5e019
6 changed files with 19 additions and 1 deletions

View file

@ -65,6 +65,7 @@
{{ form_row(filterForm.mass) }}
{{ form_row(filterForm.dbId) }}
{{ form_row(filterForm.ipn) }}
{{ form_row(filterForm.gtin) }}
{{ form_row(filterForm.lastModified) }}
{{ form_row(filterForm.addedDate) }}
</div>
@ -163,4 +164,4 @@
{{ form_end(filterForm) }}
</div>
</div>
</div>
</div>