@nocobase/plugin-workflow-manual 2.0.0-alpha.51 → 2.0.0-alpha.52
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.
- package/dist/externalVersion.js +9 -9
- package/dist/server/Plugin.js +1 -1
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.0.0-alpha.52",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"react-router-dom": "6.30.1",
|
|
14
14
|
"@formily/react": "2.3.7",
|
|
@@ -19,14 +19,14 @@ module.exports = {
|
|
|
19
19
|
"dayjs": "1.11.13",
|
|
20
20
|
"react-i18next": "11.18.6",
|
|
21
21
|
"lodash": "4.17.21",
|
|
22
|
-
"@nocobase/plugin-workflow": "2.0.0-alpha.
|
|
23
|
-
"@nocobase/plugin-mobile": "2.0.0-alpha.
|
|
24
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
25
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
26
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
27
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
28
|
-
"@nocobase/test": "2.0.0-alpha.
|
|
29
|
-
"@nocobase/plugin-workflow-test": "2.0.0-alpha.
|
|
22
|
+
"@nocobase/plugin-workflow": "2.0.0-alpha.52",
|
|
23
|
+
"@nocobase/plugin-mobile": "2.0.0-alpha.52",
|
|
24
|
+
"@nocobase/utils": "2.0.0-alpha.52",
|
|
25
|
+
"@nocobase/server": "2.0.0-alpha.52",
|
|
26
|
+
"@nocobase/database": "2.0.0-alpha.52",
|
|
27
|
+
"@nocobase/actions": "2.0.0-alpha.52",
|
|
28
|
+
"@nocobase/test": "2.0.0-alpha.52",
|
|
29
|
+
"@nocobase/plugin-workflow-test": "2.0.0-alpha.52",
|
|
30
30
|
"@formily/core": "2.3.7",
|
|
31
31
|
"sequelize": "6.35.2"
|
|
32
32
|
};
|
package/dist/server/Plugin.js
CHANGED
|
@@ -256,7 +256,7 @@ class Plugin_default extends import_server.Plugin {
|
|
|
256
256
|
name: "workflowManualTasks",
|
|
257
257
|
actions: jobActions
|
|
258
258
|
});
|
|
259
|
-
this.app.acl.allow("workflowManualTasks", ["
|
|
259
|
+
this.app.acl.allow("workflowManualTasks", ["listMine", "get", "submit"], "loggedIn");
|
|
260
260
|
const workflowPlugin = this.app.pm.get(import_plugin_workflow.default);
|
|
261
261
|
workflowPlugin.registerInstruction("manual", import_ManualInstruction.default);
|
|
262
262
|
this.db.on("workflowManualTasks.afterSave", this.onTaskSave);
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"description": "Could be used for workflows which some of decisions are made by users.",
|
|
7
7
|
"description.ru-RU": "Может использоваться в рабочих процессах, где какие-то решения принимаются пользователями.",
|
|
8
8
|
"description.zh-CN": "用于人工控制部分决策的流程。",
|
|
9
|
-
"version": "2.0.0-alpha.
|
|
9
|
+
"version": "2.0.0-alpha.52",
|
|
10
10
|
"license": "AGPL-3.0",
|
|
11
11
|
"main": "./dist/server/index.js",
|
|
12
12
|
"homepage": "https://docs.nocobase.com/handbook/workflow-manual",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@nocobase/test": "2.x",
|
|
34
34
|
"@nocobase/utils": "2.x"
|
|
35
35
|
},
|
|
36
|
-
"gitHead": "
|
|
36
|
+
"gitHead": "b32992d8baeb4ca6616d839ca2f9c023d49476a9",
|
|
37
37
|
"keywords": [
|
|
38
38
|
"Workflow"
|
|
39
39
|
]
|