mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 09:15:39 +03:00
fix: Disable role change when OIDC roles are not ignored
This commit is contained in:
@@ -45,7 +45,8 @@ export default class extends BaseModel {
|
||||
subscribeToOwnCards: attr(),
|
||||
isAdmin: attr(),
|
||||
isLocked: attr(),
|
||||
isLockedAdmin: attr(),
|
||||
isRoleLocked: attr(),
|
||||
isDeletionLocked: attr(),
|
||||
deletedAt: attr(),
|
||||
createdAt: attr({
|
||||
getDefault: () => new Date(),
|
||||
|
||||
Reference in New Issue
Block a user