Actions
Bug #95025
openBE user limited to single not default language can't translate pages in Page module
Status:
Accepted
Priority:
Must have
Assignee:
-
Category:
Backend User Interface
Target version:
Start date:
2021-08-29
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Step to reproduce:
1) create BE user with Limit to languages [allowed_languages]
set to a single not default language
Result:
In Page module doc header is missing the select actionMenu
and in module body is missing the select createNewLanguage
so the user can't translate the page.
The problem seems to be here: https://github.com/TYPO3/typo3/blob/6543aa31699309e2bc574749c8c980c6f8adb26c/typo3/sysext/backend/Classes/Controller/PageLayoutController.php#L308
because, to make the action menu of page module to appear, at least 2 available languages are needed.
Updated by Georg Ringer about 3 years ago
- Related to Bug #89125: Unnecessary DB queries to sys_language added
Actions