diff --git a/Classes/Controller/PageBrowserController.php b/Classes/Controller/PageBrowserController.php index b281fe4351d252ed8cf8c48d6235ab1cb95c310a..42f0a5f1848d705285b595b2f660e55f3c2ef74e 100644 --- a/Classes/Controller/PageBrowserController.php +++ b/Classes/Controller/PageBrowserController.php @@ -140,7 +140,7 @@ class PageBrowserController extends ActionController { * @return string */ protected function getPageLink($page): string { - return $this->uriBuilder->reset()->setAddQueryString(TRUE)->setUseCacheHash(TRUE) + return $this->uriBuilder->reset()->setAddQueryString(TRUE) ->uriFor('index', ['currentPage' => $page,]); } } diff --git a/Configuration/TypoScript/Frontend/setup.typoscript b/Configuration/TypoScript/Frontend/setup.typoscript index a1929d9be924ba5ecc702196749af88c33f3f884..9f0c1a20f1135014584f8b4ba15e2420f9221945 100644 --- a/Configuration/TypoScript/Frontend/setup.typoscript +++ b/Configuration/TypoScript/Frontend/setup.typoscript @@ -81,7 +81,6 @@ config.recordLinks { parameter = {$plugin.tx_sgjobs.settings.applicationPid} additionalParams = &tx_sgjobs_jobapplication[jobId]={field:uid} additionalParams.insertData = 1 - useCacheHash = 1 ATagParams.data = parameters:allParams target.data = parameters:target