fix(collection-manager): allow collectionCategories:list
This commit is contained in:
parent
242977983b
commit
6f12e97f52
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user