Skip to content

Commit aadbc34

Browse files
authored
Merge pull request #546 from vblanches-wbs/main
[BUGFIX] Fixe wrong access values in Modules.php
2 parents 9cb9480 + 7e27099 commit aadbc34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Configuration/Backend/Modules.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
'yoast_YoastSeoDashboard' => [
1414
'parent' => 'yoast',
15-
'access' => 'user,group',
15+
'access' => 'user',
1616
'path' => '/module/yoast/dashboard',
1717
'iconIdentifier' => 'module-yoast-dashboard',
1818
'labels' => 'LLL:EXT:yoast_seo/Resources/Private/Language/BackendModuleDashboard.xlf',
@@ -23,7 +23,7 @@
2323
],
2424
'yoast_YoastSeoOverview' => [
2525
'parent' => 'yoast',
26-
'access' => 'user,group',
26+
'access' => 'user',
2727
'path' => '/module/yoast/overview',
2828
'iconIdentifier' => 'module-yoast-overview',
2929
'labels' => 'LLL:EXT:yoast_seo/Resources/Private/Language/BackendModuleOverview.xlf',
@@ -35,7 +35,7 @@
3535
],
3636
'yoast_YoastSeoCrawler' => [
3737
'parent' => 'yoast',
38-
'access' => 'user,group',
38+
'access' => 'user',
3939
'path' => '/module/yoast/crawler',
4040
'iconIdentifier' => 'module-yoast-crawler',
4141
'labels' => 'LLL:EXT:yoast_seo/Resources/Private/Language/BackendModuleCrawler.xlf',

0 commit comments

Comments
 (0)