mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-02 04:07:50 +08:00
fix: bulk edit form acl action error (#4166)
This commit is contained in:
parent
6300ccae23
commit
3a0ade464a
@ -22,7 +22,7 @@ export function createBulkEditBlockUISchema(options: {
|
||||
'x-acl-action-props': {
|
||||
skipScopeCheck: true,
|
||||
},
|
||||
'x-acl-action': `${resourceName}:create`,
|
||||
'x-acl-action': `${resourceName}:update`,
|
||||
'x-decorator': 'FormBlockProvider',
|
||||
'x-decorator-props': {
|
||||
dataSource,
|
||||
|
Loading…
Reference in New Issue
Block a user