diff --git a/CHANGELOG-1.0.md b/CHANGELOG-1.0.md index 79a63a1..1f312c3 100644 --- a/CHANGELOG-1.0.md +++ b/CHANGELOG-1.0.md @@ -3,6 +3,10 @@ CHANGELOG for 1.0.x This changelog references any relevant changes introduced in 1.0 minor versions. +* 1.0.1 (2019-10-15) + * **Misc. Updates:** + * Only users with admin level privileges can configure mailbox settings + * 1.0.0 (Released on 2019-10-09) * **Issue #44:** Misc. fixes (raised by anmol107) * **Issue #14:** duplicate swiftmailer created with same email (raised by vaishaliwebkul) diff --git a/UIComponents/Dashboard/Homepage/Items/Mailbox.php b/UIComponents/Dashboard/Homepage/Items/Mailbox.php index a755fda..81cd670 100644 --- a/UIComponents/Dashboard/Homepage/Items/Mailbox.php +++ b/UIComponents/Dashboard/Homepage/Items/Mailbox.php @@ -30,7 +30,7 @@ public static function getRouteName() : string public static function getRoles() : array { - return ['ROLE_AGENT_MANAGE_WORKFLOW_AUTOMATIC']; + return ['ROLE_ADMIN']; } public static function getSectionReferenceId() : string