Actions
Bug #97038
openDo not persist automatic fallback in page module
Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2022-02-25
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
The page module allows to switch between languages as well as between the "Columns" and "Languages" mode.
However the available possibilities, e.g. the special -1 option ("All languages") depends on the selected page and site. For example, in a single-language site, the -1 option won't be available.
Therefore, the page module evaluates the currently stored options for the user when accessing any page in the page module and automatically falls back to defaults, on invalid options. This automatic fallback should however not be persisted since this breakes workflows. It's just sufficient to resolve invalid options on the fly .
Actions