mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 11:12:20 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
b5edb03e7a
@ -172,7 +172,7 @@ export class PluginPublicFormsServer extends Plugin {
|
|||||||
skip: true,
|
skip: true,
|
||||||
};
|
};
|
||||||
} else if (
|
} else if (
|
||||||
(actionName === 'list' && ctx.PublicForm['targetCollections'].includes(resourceName)) ||
|
(['list', 'get'].includes(actionName) && ctx.PublicForm['targetCollections'].includes(resourceName)) ||
|
||||||
(collection?.options.template === 'file' && actionName === 'create') ||
|
(collection?.options.template === 'file' && actionName === 'create') ||
|
||||||
(resourceName === 'storages' && ['getBasicInfo', 'createPresignedUrl'].includes(actionName)) ||
|
(resourceName === 'storages' && ['getBasicInfo', 'createPresignedUrl'].includes(actionName)) ||
|
||||||
(resourceName === 'vditor' && ['check'].includes(actionName)) ||
|
(resourceName === 'vditor' && ['check'].includes(actionName)) ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user