Actions
Bug #87491
closedExtbase\Persistence\Generic\Storage\Typo3DbBackend doesn't respect getQuerySettings when overlaying records
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Extbase + l10n
Target version:
-
Start date:
2019-01-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When disabling some default query settings this is not reflected in the language overlay.
Example:
$querySettings->setEnableFieldsToBeIgnored( ['starttime', 'endtime'] );
is not passed to $row = $pageRepository->getRecordOverlay($tableName, $row, $languageUid, (string)$querySettings->getLanguageOverlayMode());
in Typo3DbBackend::overlayLanguageAndWorkspace()
.
Updated by Tymoteusz Motylewski 5 months ago
- Assignee deleted (
Tymoteusz Motylewski)
Updated by Garvin Hicking 5 months ago
- Status changed from New to Closed
I believe due to the new RestrictionOverlays to repository query settings, this should be fixed in recent TYPO3 versions.
I am closing the issue because of this; if you believe this is a mistake and this also does not work with restriction overlays setups, please let me know.
Actions