-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(recall): #MZI-216 update recall admin's rights
- Loading branch information
1 parent
7aa669e
commit 5f7e441
Showing
5 changed files
with
20 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
zimbra/src/main/java/fr/openent/zimbra/core/constants/RecallRights.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
package fr.openent.zimbra.core.constants; | ||
|
||
public class RecallRights { | ||
public static final String ZIMBRA_RECALL_ADMIN = "zimbra.recall.admin"; | ||
public static final String ZIMBRA_RECALL_ACCEPT = "zimbra.recall.accept"; | ||
public static final String ZIMBRA_RECALL_RIGHT = "zimbra.recall.right"; | ||
public static final String ZIMBRA_RECALL_EXPERT = "zimbra.expert"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 0 additions & 36 deletions
36
zimbra/src/main/java/fr/openent/zimbra/security/WorkflowActions.java
This file was deleted.
Oops, something went wrong.