mirror of
https://github.com/nocobase/nocobase
synced 2024-11-14 22:05:38 +00: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,
|
||||
});
|
||||
|
||||
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');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user