Project

General

Profile

Actions

Bug #87491

closed

Extbase\Persistence\Generic\Storage\Typo3DbBackend doesn't respect getQuerySettings when overlaying records

Added by Frans Saris almost 6 years ago. Updated 5 months ago.

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().

Actions #1

Updated by Tymoteusz Motylewski 5 months ago

  • Assignee deleted (Tymoteusz Motylewski)
Actions #2

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

Also available in: Atom PDF