Skip to content
Snippets Groups Projects
Commit 46eaa390 authored by Matthias Adrowski's avatar Matthias Adrowski
Browse files

[TASK] Properly make filter non cachable

parent 4586e2e8
No related branches found
No related tags found
No related merge requests found
<div class="default-content-element">
<f:form id="sgjobs-filter" action="index" controller="Joblist" method="get"
objectName="filters" object="{filters}">
<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">
......
......@@ -40,7 +40,7 @@ call_user_func(
],
[
// Uncacheable actions
\SGalinski\SgJobs\Controller\JoblistController::class => ''
\SGalinski\SgJobs\Controller\JoblistController::class => 'index'
]
);
\TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment