Fixed an issue where updating the grantee was not correctly applying the privileges. #8546

pull/8553/head
Rohit Bhati 2025-03-20 15:35:46 +05:30 committed by GitHub
parent f635df6ccf
commit 47eca9a19c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -51,6 +51,9 @@ export default class PrivilegeRoleSchema extends BaseUISchema {
allowClear: false,
}
}),
disabled: function (state) {
return !obj.isNew(state);
},
noEmpty: true,
},
{