... |
... |
@@ -14,7 +14,7 @@
|
14 |
14 |
<div class="content-grid">
|
15 |
15 |
<div class="fragments">
|
16 |
16 |
<h5>{{ 'MSC.re_filter'|trans({}, 'contao_default') }}</h5>
|
17 |
|
- <form class="assets-list-filter" hx-get="{{ pageUrl is defined ? pageUrl : '' }}" hx-push-url="false" hx-headers='{"VR-Ajax": "ReAssetsList"}' hx-trigger="change, submit" hx-target="closest .module-vr-re-assets-list" hx-indicator="body" class="filter">
|
|
17 |
+ <form class="assets-list-filter" hx-get="{{ pageUrl is defined ? pageUrl : '' }}" hx-push-url="false" hx-swap="outerHTML" hx-headers='{"VR-Ajax": "ReAssetsList"}' hx-trigger="change, submit" hx-target="closest .module-vr-re-assets-list" hx-indicator="body" class="filter">
|
18 |
18 |
{% if filterOptions is defined and filterOptions is iterable %}
|
19 |
19 |
{% for key, options in filterOptions %}
|
20 |
20 |
<div class="filter-wrapper">
|