mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-23 16:13:50 +00:00
Fixed: [filterOrder] refactor active filter helper to a dedicated class and fix loading of multiple entity choices
This commit is contained in:
@@ -93,7 +93,6 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
{% set active = helper.getActiveFilters() %}
|
||||
{% if active|length > 0 %}
|
||||
<div class="activeFilters mt-3">
|
||||
{% for f in active %}
|
||||
|
Reference in New Issue
Block a user