From 06c54907cce4bf8a58467afa84d97310071e7d40 Mon Sep 17 00:00:00 2001 From: Torsten Oppermann <torsten@sgalinski.de> Date: Thu, 1 Jun 2017 19:02:42 +0200 Subject: [PATCH] [TASK] Enable sg_mail rights for non admin --- ext_tables.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext_tables.php b/ext_tables.php index ec561a98..afd1c9f4 100644 --- a/ext_tables.php +++ b/ext_tables.php @@ -14,7 +14,7 @@ if (!defined('TYPO3_MODE')) { 'Queue' => 'index, sendMail', ], [ - 'access' => 'admin,user,group', + 'access' => 'user,group', 'icon' => 'EXT:sg_mail/Resources/Public/Icons/ModuleIcon.svg', 'labels' => 'LLL:EXT:sg_mail/Resources/Private/Language/locallang.xlf', ] -- GitLab