Skip to content
Snippets Groups Projects
Commit a001596a authored by Benni Mack's avatar Benni Mack Committed by Frank Naegler
Browse files

[BUGFIX] Remove superfluous extbase TS option

When removing the extbase query cache in 8.3, the TypoScript option
was not removed which has no effect anymore since then.

Resolves: #77460
Releases: master, 8.7
Change-Id: I72d3907fd1c3aa302a03cc1f41bfe28b97020216
Reviewed-on: https://review.typo3.org/53235


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarMona Muzaffar <mona.muzaffar@gmx.de>
Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Reviewed-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
Tested-by: default avatarStefan Neufeind <typo3.neufeind@speedpartner.de>
Reviewed-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Tested-by: default avatarFrank Naegler <frank.naegler@typo3.org>
parent 5806a181
Branches
Tags
No related merge requests found
......@@ -18,6 +18,7 @@ The following public methods within the Extbase persistence layer have been remo
* `Typo3DbBackend->injectCacheManager()`
* Interface definition in `QuerySettingsInterface->getUseQueryCache()`
The TypoScript configuration `config.tx_extbase.persistence.useQueryCache` has no effect anymore.
Impact
======
......
......@@ -10,7 +10,6 @@ config.tx_extbase {
persistence{
enableAutomaticCacheClearing = 1
updateReferenceIndex = 0
useQueryCache = 1
classes {
TYPO3\CMS\Extbase\Domain\Model\FileMount {
mapping {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment