diff --git a/Configuration/Backend/Modules.php b/Configuration/Backend/Modules.php index 19e49d51a3ff3e8ae8bead1e53278d83faff6518..0c824ed01ca6781adaf8cb10e5910f958186d95a 100644 --- a/Configuration/Backend/Modules.php +++ b/Configuration/Backend/Modules.php @@ -6,7 +6,7 @@ return [ 'web_SgJobs_backend' => [ 'parent' => 'web', 'position' => ['after' => ''], - 'access' => 'user,group', + 'access' => 'user', 'workspaces' => 'live', 'path' => '/module/web/sg_jobs_backend', 'labels' => 'LLL:EXT:sg_jobs/Resources/Private/Language/locallang_backend.xlf',