@steedos/standard-process-approval 2.5.0-beta.18 → 2.5.0-beta.20

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.
@@ -18,7 +18,8 @@
18
18
  "name": "${event.data.record.name}",
19
19
  "record": "${event.data.record}",
20
20
  "recordLoaded": true
21
- }
21
+ },
22
+ "expression": "${event.data.objectName == \"process_instance_history\"}"
22
23
  },
23
24
  {
24
25
  "actionType": "reload",
@@ -27,7 +28,8 @@
27
28
  "name": "${event.data.record.name}",
28
29
  "record": "${event.data.record}",
29
30
  "recordLoaded": true
30
- }
31
+ },
32
+ "expression": "${event.data.objectName == \"process_instance_history\"}"
31
33
  }
32
34
  ]
33
35
  }
@@ -51,7 +53,7 @@
51
53
  "id": "u:d1f14744310b",
52
54
  "label": "对象表单",
53
55
  "recordId": "${target_object.ids[0]}",
54
- "visableOn": "${!!target_object}",
56
+ "visibleOn": "${!!target_object}",
55
57
  "className": "antd-Form antd-Form--normal steedos-amis-form bg-white",
56
58
  "mode": "read"
57
59
  }
@@ -83,7 +85,7 @@
83
85
  "label": "所有相关表",
84
86
  "recordId": "${target_object.ids[0]}",
85
87
  "objectApiName": "${target_object.o}",
86
- "visableOn": "${!!target_object}"
88
+ "visibleOn": "${!!target_object}"
87
89
  }
88
90
  ]
89
91
  }
@@ -145,4 +147,4 @@
145
147
  "id": "page_process_instance_history_record_detail",
146
148
  "name": "page_process_instance_history_record_detail",
147
149
  "bodyClassName": ""
148
- }
150
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.5.0-beta.18",
3
+ "version": "2.5.0-beta.20",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -10,10 +10,10 @@
10
10
  "steedos"
11
11
  ],
12
12
  "dependencies": {
13
- "@steedos/process": "2.5.0-beta.18"
13
+ "@steedos/process": "2.5.0-beta.20"
14
14
  },
15
15
  "description": "steedos package",
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "5567aff68a838502b3e7bb9cab229a3575d1c3ed"
18
+ "gitHead": "830af95dcc46ba3ac1abf237943d23e627feabaf"
19
19
  }