Skip to content

Commit

Permalink
Merge branch '1.0' of https://github.com/uvdesk/mailbox-component int…
Browse files Browse the repository at this point in the history
…o HEAD
  • Loading branch information
akshay kumar committed Oct 15, 2019
2 parents 0d6965e + a4e2f59 commit caf740f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG-1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion UIComponents/Dashboard/Homepage/Items/Mailbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caf740f

Please sign in to comment.