mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 11:12:20 +08:00
fix(ui-schema-storage): allow uiSchemas:getParentJsonSchema
This commit is contained in:
parent
320d4fef07
commit
4b51a43786
@ -71,7 +71,7 @@ export class PluginUISchemaStorageServer extends Plugin {
|
|||||||
actions: uiSchemaActions,
|
actions: uiSchemaActions,
|
||||||
});
|
});
|
||||||
|
|
||||||
this.app.acl.allow('uiSchemas', ['getProperties', 'getJsonSchema'], 'loggedIn');
|
this.app.acl.allow('uiSchemas', ['getProperties', 'getJsonSchema', 'getParentJsonSchema'], 'loggedIn');
|
||||||
this.app.acl.allow('uiSchemaTemplates', ['get', 'list'], 'loggedIn');
|
this.app.acl.allow('uiSchemaTemplates', ['get', 'list'], 'loggedIn');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user