Fixed an issue where updating the grantee was not correctly applying the privileges. #8546
parent
f635df6ccf
commit
47eca9a19c
|
|
@ -51,6 +51,9 @@ export default class PrivilegeRoleSchema extends BaseUISchema {
|
|||
allowClear: false,
|
||||
}
|
||||
}),
|
||||
disabled: function (state) {
|
||||
return !obj.isNew(state);
|
||||
},
|
||||
noEmpty: true,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue