Skip to content
Snippets Groups Projects
Commit b4ad6947 authored by Kevin Ditscheid's avatar Kevin Ditscheid
Browse files

[TASK] Remove useCacheHash from link generation because it does nothing anymore

parent dce1922f
No related branches found
No related tags found
1 merge request!23Feature upgrade to typo3 10
...@@ -140,7 +140,7 @@ class PageBrowserController extends ActionController { ...@@ -140,7 +140,7 @@ class PageBrowserController extends ActionController {
* @return string * @return string
*/ */
protected function getPageLink($page): string { protected function getPageLink($page): string {
return $this->uriBuilder->reset()->setAddQueryString(TRUE)->setUseCacheHash(TRUE) return $this->uriBuilder->reset()->setAddQueryString(TRUE)
->uriFor('index', ['currentPage' => $page,]); ->uriFor('index', ['currentPage' => $page,]);
} }
} }
...@@ -81,7 +81,6 @@ config.recordLinks { ...@@ -81,7 +81,6 @@ config.recordLinks {
parameter = {$plugin.tx_sgjobs.settings.applicationPid} parameter = {$plugin.tx_sgjobs.settings.applicationPid}
additionalParams = &tx_sgjobs_jobapplication[jobId]={field:uid} additionalParams = &tx_sgjobs_jobapplication[jobId]={field:uid}
additionalParams.insertData = 1 additionalParams.insertData = 1
useCacheHash = 1
ATagParams.data = parameters:allParams ATagParams.data = parameters:allParams
target.data = parameters:target target.data = parameters:target
......
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