mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-05 05:38:23 +08:00
fix: acl skip chinaRegions:list action
This commit is contained in:
parent
f8f708921c
commit
ae5686af0b
@ -11,6 +11,7 @@ export class ChinaRegionPlugin extends Plugin {
|
||||
await this.db.import({
|
||||
directory: resolve(__dirname, 'collections'),
|
||||
});
|
||||
this.app.acl.skip('chinaRegions', 'list', 'logged-in');
|
||||
}
|
||||
|
||||
async importData() {
|
||||
|
Loading…
Reference in New Issue
Block a user