Actions
Bug #92325
openError after language limitation without default language
Status:
New
Priority:
Should have
Assignee:
-
Category:
Localization
Target version:
-
Start date:
2020-09-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Editors with two or more allowed languages can select the function "Languages" in the page module. But without the permission to the default language this results in an error.
Steps to reproduce:- Create editor with a limitation to two languages (not default langage)
- Login as editor and switch to the function "Languages" in the Page module
=> The error message "Call to a member function getTitle() on null" occours because of the missing permission to the default language.
Another issue is the missing "Languages" function (Page module) for editors with only one language permission (not default language). This occurs because of the following performance fix: https://forge.typo3.org/issues/89125 . With that the function is only visible with a minimum of 2 allowed languages.
Updated by Alexander Vogt about 4 years ago
- Related to Bug #89125: Unnecessary DB queries to sys_language added
Updated by Alexander Vogt almost 4 years ago
This issue only occurs with the old PageLayout. It works if "fluidBasedPageModule" is enabled.
Actions