Actions
Bug #98156
closedSystem Maintainer has no
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2022-08-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
7.4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
TYPO3 11.5.14, PHP 7.4
When I am setting the Sytem Maintainers in the AdditionalConfiguration.php without a trailing comma, i.e.
'systemMaintainers' => [ 1,17 ],
The last administrator in the list (uid 17) cannot see the Admin tools in the backend. When I put the comma, i.e.
'systemMaintainers' => [ 1,17, ],
admin 17 can see the Admin tools.
In both cases how ever he is marked as system maintainer in his user record, see attached screenshot.
Might be related to https://forge.typo3.org/issues/97779
Files
Actions