Skip to content

Commit

Permalink
remove MESSAGES_READ from ANALYSIS dependant actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bachmanity1 committed Aug 5, 2024
1 parent dfa585a commit e75f16b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ public enum TopicAction implements PermissibleAction {
MESSAGES_READ(VIEW),
MESSAGES_PRODUCE(VIEW),
MESSAGES_DELETE(VIEW, EDIT),
ANALYSIS_VIEW(VIEW, MESSAGES_READ),
ANALYSIS_RUN(VIEW, ANALYSIS_VIEW, MESSAGES_READ),
ANALYSIS_VIEW(VIEW),
ANALYSIS_RUN(VIEW, ANALYSIS_VIEW),

;

Expand Down

0 comments on commit e75f16b

Please sign in to comment.