From 21cca4e060c51922888277d0e75d54345a02658f Mon Sep 17 00:00:00 2001 From: Stefan Galinski <stefan@sgalinski.de> Date: Mon, 20 Jan 2020 18:07:50 +0100 Subject: [PATCH] [BUGFIX] Handle no_cache issue in filter again... oh my --- Resources/Private/Partials/Filter.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Private/Partials/Filter.html b/Resources/Private/Partials/Filter.html index bfa8422f..97dd113c 100644 --- a/Resources/Private/Partials/Filter.html +++ b/Resources/Private/Partials/Filter.html @@ -1,7 +1,7 @@ <div class="default-content-element"> <f:form id="sgjobs-filter" action="index" controller="Joblist" method="get" objectName="filters" object="{filters}"> - <f:form.hidden value="1" name="no_cache"/> + <input type="hidden" name="no_cache" value="1" /> <f:form.hidden value="{limit}" name="filter-limit"/> <f:form.hidden id="filter-recordPageId" name="recordPageId" value="{recordPageId}"/> <div class="sgjobs-filter-bar"> -- GitLab