fix(collection-manager): allow collectionCategories:list

This commit is contained in:
chenos 2023-04-06 10:32:17 +08:00
parent 242977983b
commit 6f12e97f52

View File

@ -246,6 +246,7 @@ export class CollectionManagerPlugin extends Plugin {
});
this.app.acl.allow('collections', 'list', 'loggedIn');
this.app.acl.allow('collectionCategories', 'list', 'loggedIn');
}
async load() {