3 Commits

Author SHA1 Message Date
07dc4630db Merge pull request 'develop' (#215) from develop into main
All checks were successful
CD - Deploy on main / deploy (push) Successful in 50s
Reviewed-on: #215
2026-06-01 17:38:45 +00:00
38c0d04a19 Merge pull request 'gestion enum profile' (#214) from features/fiche_refonte into develop
Reviewed-on: #214
2026-06-01 17:35:15 +00:00
43ca94c535 gestion enum profile
All checks were successful
CI - Build & Test (develop) / build-and-test (pull_request) Successful in 31s
2026-06-01 18:34:10 +01:00

View File

@@ -259,7 +259,7 @@ public enum UserRole {
DELETE_USER,
CREATE_PARAMETERS,
READ_PARAMETERS,
UPDATE_PARAMETERS
UPDATE_PARAMETERS,
DELETE_PARAMETERS
}