diff --git a/typo3/sysext/indexed_search/ext_tables.php b/typo3/sysext/indexed_search/ext_tables.php index c9887c3f9643ec4b205cddf20a64eba83f727c14..bc6ec1df45493dba944a66ad614b261f56967f49 100644 --- a/typo3/sysext/indexed_search/ext_tables.php +++ b/typo3/sysext/indexed_search/ext_tables.php @@ -10,7 +10,7 @@ defined('TYPO3_MODE') or die(); \TYPO3\CMS\IndexedSearch\Controller\AdministrationController::class => 'index,pages,externalDocuments,statistic,statisticDetails,deleteIndexedItem,saveStopwordsKeywords,wordDetail', ], [ - 'access' => 'admin', + 'access' => 'user,group', 'icon' => 'EXT:indexed_search/Resources/Public/Icons/module-indexed_search.svg', 'labels' => 'LLL:EXT:indexed_search/Resources/Private/Language/locallang_mod.xlf', ]