Bug #102794
Updated by Markus Klein 11 months ago
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@ `\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@) \TYPO3\CMS\Backend\Module\ModuleLoader::checkModWorkspace)