mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
3b58584e51
@ -170,7 +170,7 @@ export class PluginPublicFormsServer extends Plugin {
|
||||
} else if (
|
||||
(actionName === 'list' && ctx.PublicForm['targetCollections'].includes(resourceName)) ||
|
||||
(collection.options.template === 'file' && actionName === 'create') ||
|
||||
(resourceName === 'storages' && actionName === 'getRules') ||
|
||||
(resourceName === 'storages' && actionName === 'getBasicInfo') ||
|
||||
(resourceName === 'map-configuration' && actionName === 'get')
|
||||
) {
|
||||
ctx.permission = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user