Added an filter constraint based on part tags.

This commit is contained in:
Jan Böhmer 2022-08-21 23:01:10 +02:00
parent 4d3ff7d7b5
commit 4ba58cc621
7 changed files with 234 additions and 4 deletions

View file

@ -27,6 +27,7 @@
{{ form_row(filterForm.description) }}
{{ form_row(filterForm.category) }}
{{ form_row(filterForm.footprint) }}
{{ form_row(filterForm.tags) }}
{{ form_row(filterForm.comment) }}
</div>