mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-08 06:59:26 +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 (
|
} else if (
|
||||||
(actionName === 'list' && ctx.PublicForm['targetCollections'].includes(resourceName)) ||
|
(actionName === 'list' && ctx.PublicForm['targetCollections'].includes(resourceName)) ||
|
||||||
(collection.options.template === 'file' && actionName === 'create') ||
|
(collection.options.template === 'file' && actionName === 'create') ||
|
||||||
(resourceName === 'storages' && actionName === 'getRules') ||
|
(resourceName === 'storages' && actionName === 'getBasicInfo') ||
|
||||||
(resourceName === 'map-configuration' && actionName === 'get')
|
(resourceName === 'map-configuration' && actionName === 'get')
|
||||||
) {
|
) {
|
||||||
ctx.permission = {
|
ctx.permission = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user