Actions
Bug #102794
openBE User without live workspace permissions must see the user settings
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Workspaces
Target version:
-
Start date:
2024-01-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Precondition: workspaces are installed
If a BE user only has permissions for the user settings module, nothing is shown.
Expected: User settings should always work regardless of workspaces and stuff.
Problem is in \TYPO3\CMS\Backend\Module\ModuleProvider::accessGranted
where a hard check on workspace id -99 is performed.
(same check in v11 \TYPO3\CMS\Backend\Module\ModuleLoader::checkModWorkspace
)
Actions