Skip to content

Commit

Permalink
TRELLO-2537 : fix endpooint
Browse files Browse the repository at this point in the history
  • Loading branch information
ssedoudbgouv committed Sep 29, 2024
1 parent 8d10d35 commit 4aa8319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/utils/Constants.scala
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ object Constants {
val actionsForUserRole: Map[UserRole, List[ActionEventValue]] =
Map(
UserRole.Professionnel -> List(COMMENT),
UserRole.SuperAdmin -> List(COMMENT, CONSUMER_ATTACHMENTS, PROFESSIONAL_ATTACHMENTS),
UserRole.Admin -> List(COMMENT, CONSUMER_ATTACHMENTS, PROFESSIONAL_ATTACHMENTS),
UserRole.SuperAdmin -> List(COMMENT, CONSUMER_ATTACHMENTS, PROFESSIONAL_ATTACHMENTS),
UserRole.Admin -> List(COMMENT, CONSUMER_ATTACHMENTS, PROFESSIONAL_ATTACHMENTS),
UserRole.DGCCRF -> List(COMMENT, CONTROL),
UserRole.DGAL -> List(COMMENT, CONTROL)
)
Expand Down

0 comments on commit 4aa8319

Please sign in to comment.