Project

General

Profile

Actions

Bug #98156

closed

System Maintainer has no

Added by Lina Wolf almost 2 years ago. Updated about 2 hours ago.

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

image.png (4.63 KB) image.png Lina Wolf, 2022-08-17 08:14

Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #97779: System maintainer modules not loaded in menu if not configuredNew2022-06-17

Actions
Actions #1

Updated by Lina Wolf almost 2 years ago

  • Related to Bug #97779: System maintainer modules not loaded in menu if not configured added
Actions #2

Updated by Georg Ringer about 2 hours ago

  • Status changed from New to Closed

hey lina,

I can't reproduce that in v13, therefore closing the issue. feel free to reopen if still valid for you!

Actions

Also available in: Atom PDF