Fixed: [filterOrder] refactor active filter helper to a dedicated class and fix loading of multiple entity choices

This commit is contained in:
2023-07-11 14:17:02 +02:00
parent bf93c1ddb2
commit 88114e3ba6
6 changed files with 91 additions and 74 deletions

View File

@@ -93,7 +93,6 @@
{% endif %}
</div>
</div>
{% set active = helper.getActiveFilters() %}
{% if active|length > 0 %}
<div class="activeFilters mt-3">
{% for f in active %}