@nocobase/plugin-public-forms 1.5.0-beta.32 → 1.5.0-beta.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,10 +8,10 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.5.0-beta.32",
11
+ "@nocobase/client": "1.5.0-beta.34",
12
12
  "react-i18next": "11.18.6",
13
- "@nocobase/plugin-ui-schema-storage": "1.5.0-beta.32",
14
- "@nocobase/server": "1.5.0-beta.32",
13
+ "@nocobase/plugin-ui-schema-storage": "1.5.0-beta.34",
14
+ "@nocobase/server": "1.5.0-beta.34",
15
15
  "react": "18.2.0",
16
16
  "@ant-design/icons": "5.2.6",
17
17
  "antd": "5.12.8",
@@ -22,5 +22,5 @@ module.exports = {
22
22
  "@formily/react": "2.3.0",
23
23
  "@formily/core": "2.3.0",
24
24
  "@formily/shared": "2.3.2",
25
- "@nocobase/database": "1.5.0-beta.32"
25
+ "@nocobase/database": "1.5.0-beta.34"
26
26
  };
@@ -181,7 +181,7 @@ class PluginPublicFormsServer extends import_server.Plugin {
181
181
  ctx.permission = {
182
182
  skip: true
183
183
  };
184
- } else if (actionName === "list" && ctx.PublicForm["targetCollections"].includes(resourceName) || collection.options.template === "file" && actionName === "create" || resourceName === "storages" && actionName === "getRules" || resourceName === "map-configuration" && actionName === "get") {
184
+ } else if (actionName === "list" && ctx.PublicForm["targetCollections"].includes(resourceName) || collection.options.template === "file" && actionName === "create" || resourceName === "storages" && actionName === "getBasicInfo" || resourceName === "map-configuration" && actionName === "get") {
185
185
  ctx.permission = {
186
186
  skip: true
187
187
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-public-forms",
3
- "version": "1.5.0-beta.32",
3
+ "version": "1.5.0-beta.34",
4
4
  "main": "dist/server/index.js",
5
5
  "displayName": "Public forms",
6
6
  "displayName.zh-CN": "公开表单",
@@ -16,5 +16,5 @@
16
16
  "@nocobase/server": "1.x",
17
17
  "@nocobase/test": "1.x"
18
18
  },
19
- "gitHead": "f7e2c653ba4ad919a96a88b5204a7b4e594f2016"
19
+ "gitHead": "2eb334432da2a559a77cf8fa2da7bffd2c396b4a"
20
20
  }