diff --git a/typo3/sysext/scheduler/Configuration/Backend/Modules.php b/typo3/sysext/scheduler/Configuration/Backend/Modules.php index 0c504fd0d214498ccc3d20f694b8116b00726b51..33f916d0ba82361b8962ec632409fe9976303b31 100644 --- a/typo3/sysext/scheduler/Configuration/Backend/Modules.php +++ b/typo3/sysext/scheduler/Configuration/Backend/Modules.php @@ -20,7 +20,7 @@ return [ ], 'scheduler_manage' => [ 'parent' => 'scheduler', - 'access' => 'inherit', + 'access' => 'admin', 'path' => '/module/scheduler/manage', 'labels' => ['title' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:function.scheduler'], 'routes' => [ @@ -32,7 +32,7 @@ return [ ], 'scheduler_availabletasks' => [ 'parent' => 'scheduler', - 'access' => 'inherit', + 'access' => 'admin', 'path' => '/module/scheduler/available-tasks', 'labels' => ['title' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:function.info'], 'routes' => [ @@ -43,7 +43,7 @@ return [ ], 'scheduler_setupcheck' => [ 'parent' => 'scheduler', - 'access' => 'inherit', + 'access' => 'admin', 'path' => '/module/scheduler/check-setup', 'labels' => ['title' => 'LLL:EXT:scheduler/Resources/Private/Language/locallang.xlf:function.check'], 'routes' => [