@nocobase/plugin-workflow-test 1.6.13 → 1.6.15
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.
|
@@ -215,7 +215,7 @@ class ApprovalPassthroughModeNode {
|
|
|
215
215
|
this.detailsConfigureFieldsButton = page.getByLabel(
|
|
216
216
|
`schema-initializer-Grid-details:configureFields-${collectionName}`
|
|
217
217
|
);
|
|
218
|
-
this.addActionsMenu = page.getByRole("menuitem", { name: "Process form" })
|
|
218
|
+
this.addActionsMenu = page.getByRole("menuitem", { name: "Process form" });
|
|
219
219
|
this.actionsConfigureFieldsButton = page.getByLabel("schema-initializer-Grid-FormItemInitializers-approvalRecords");
|
|
220
220
|
this.actionsConfigureActionsButton = page.getByLabel(
|
|
221
221
|
"schema-initializer-ActionBar-ApprovalProcessAddActionButton-"
|
|
@@ -283,7 +283,7 @@ class ApprovalBranchModeNode {
|
|
|
283
283
|
this.detailsConfigureFieldsButton = page.getByLabel(
|
|
284
284
|
`schema-initializer-Grid-details:configureFields-${collectionName}`
|
|
285
285
|
);
|
|
286
|
-
this.addActionsMenu = page.getByRole("menuitem", { name: "Process form" })
|
|
286
|
+
this.addActionsMenu = page.getByRole("menuitem", { name: "Process form" });
|
|
287
287
|
this.actionsConfigureFieldsButton = page.getByLabel("schema-initializer-Grid-FormItemInitializers-approvalRecords");
|
|
288
288
|
this.actionsConfigureActionsButton = page.getByLabel("schema-initializer-ActionBar-");
|
|
289
289
|
this.addApproveButton = page.getByRole("menuitem", { name: "Approve" }).getByRole("switch");
|
package/dist/externalVersion.js
CHANGED
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.6.
|
|
12
|
-
"@nocobase/utils": "1.6.
|
|
11
|
+
"@nocobase/client": "1.6.15",
|
|
12
|
+
"@nocobase/utils": "1.6.15",
|
|
13
13
|
"lodash": "4.17.21",
|
|
14
|
-
"@nocobase/test": "1.6.
|
|
15
|
-
"@nocobase/server": "1.6.
|
|
16
|
-
"@nocobase/data-source-manager": "1.6.
|
|
17
|
-
"@nocobase/database": "1.6.
|
|
14
|
+
"@nocobase/test": "1.6.15",
|
|
15
|
+
"@nocobase/server": "1.6.15",
|
|
16
|
+
"@nocobase/data-source-manager": "1.6.15",
|
|
17
|
+
"@nocobase/database": "1.6.15"
|
|
18
18
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@nocobase/plugin-workflow-test",
|
|
3
3
|
"displayName": "Workflow: test kit",
|
|
4
4
|
"displayName.zh-CN": "工作流:测试工具包",
|
|
5
|
-
"version": "1.6.
|
|
5
|
+
"version": "1.6.15",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
7
7
|
"main": "dist/server/index.js",
|
|
8
8
|
"types": "./dist/server/index.d.ts",
|
|
@@ -11,5 +11,5 @@
|
|
|
11
11
|
"@nocobase/server": "1.x",
|
|
12
12
|
"@nocobase/test": "1.x"
|
|
13
13
|
},
|
|
14
|
-
"gitHead": "
|
|
14
|
+
"gitHead": "4628ae31452340bcb502e6a32e79f3d7f7349222"
|
|
15
15
|
}
|