Skip to content

Commit

Permalink
Merge pull request #1906 from betagouv/master
Browse files Browse the repository at this point in the history
MEP [TRELLO-2781] Fix reattribute event
  • Loading branch information
charlescd authored Mar 4, 2025
2 parents 9fe9265 + 826863b commit 5d0c130
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/utils/Constants.scala
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ object Constants {
SOLVED_CONTRACTUAL_DISPUTE,
REPORT_REOPENED_BY_ADMIN,
USER_ACCESS_CREATED,
USER_ACCESS_REMOVED
USER_ACCESS_REMOVED,
REATTRIBUTE
)

val actionsForUserRole: Map[UserRole, List[ActionEventValue]] =
Expand Down

0 comments on commit 5d0c130

Please sign in to comment.