some updates
This commit is contained in:
@@ -42,7 +42,7 @@ class AppAccessManager : AccessManager {
|
||||
Role.DbOps -> listOf("ROLE_DB_OPS")
|
||||
Role.Entity -> loadEntityActionRole(entity, action)
|
||||
is Role.Standard -> role.action.toList().map { "ROLE_${entity}_${it}" }
|
||||
is Role.Explicit -> role.roles
|
||||
is Role.Explicit -> role.roles.toList() + listOf("ROLE_ADMIN")
|
||||
}.map(String::uppercase)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user