Browse code

Disable htmx push url for filters

Benjamin Roth authored on15/03/2024 09:50:14
Showing1 changed files
... ...
@@ -13,7 +13,7 @@
13 13
                 <div class="content-background-wrapper-fg">
14 14
                     <div class="content-grid">
15 15
                         <div class="fragments">
16
-                            <form class="assets-list-filter" hx-get="{{ pageUrl is defined ? pageUrl : '' }}" hx-push-url="true" hx-headers='{"VR-Ajax": "ReAssetsList"}' hx-trigger="change, submit" hx-target="closest .module-vr-re-assets-list" hx-target="" class="filter">
16
+                            <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-target="" hx-indicator="body" class="filter">
17 17
                                 {% if filterOptions is defined and filterOptions is iterable %}
18 18
                                     {% for key, options in filterOptions %}
19 19
                                         <div class="filter-wrapper">