Merge branch 'next' into develop

This commit is contained in:
nocobase[bot] 2025-01-20 09:48:26 +00:00
commit 3b58584e51

View File

@ -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 = {