Project

General

Profile

Actions

Bug #88562

closed

Calling setEnableFieldsToBeIgnored is ignored, when called in backend context

Added by Timo Hund almost 5 years ago. Updated over 2 years ago.

Status:
Rejected
Priority:
Should have
Category:
Extbase
Start date:
2019-06-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The QuerySettingsInterface provides a method "setEnableFieldsToBeIgnored". This provides the functionality to explicitly ignore a list of enabled fields and requires to can setIgnoreEnableFields(TRUE) before.

The logic is evaluated in the frontend context (see. Typo3DbQueryParser::getVisibilityConstraintStatement) but it is not evaluated for the backend. The variable $enableFieldsToBeIgnored is even not passed to the method getBackendConstraintStatement.

Actions

Also available in: Atom PDF