@steedos/standard-process-approval 2.5.3-beta.25 → 2.5.3-beta.26

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.
@@ -3,11 +3,11 @@ label: Field Updates
3
3
  description:
4
4
  fields:
5
5
  name:
6
- label:
6
+ label: API Name
7
7
  help:
8
8
  description:
9
9
  label:
10
- label:
10
+ label: Name
11
11
  help:
12
12
  description:
13
13
  object_name:
@@ -23,19 +23,30 @@ fields:
23
23
  help:
24
24
  description:
25
25
  operation:
26
- label:
26
+ label: New Field Type
27
27
  help:
28
+ options:
29
+ - label: null
30
+ value: 'null'
31
+ - label: Set New Value Using Formula
32
+ value: formula
33
+ - label: Specific Value
34
+ value: literal
28
35
  description:
29
36
  formula:
30
- label:
37
+ label: Formula
31
38
  help:
32
39
  description:
33
40
  literal_value:
34
41
  label: Literal value
35
42
  help:
36
43
  description:
44
+ undirect:
45
+ label: Trigger on Object, Workflow Rule, Field Validation Rule
46
+ help:
47
+ description:
37
48
  notify_assignee:
38
- label: 通知被分配人(仅修改拥有者时由此选项)
49
+ label: Notify Assignee (Only when owner is changed from this option)
39
50
  help:
40
51
  description:
41
52
  description:
@@ -39,6 +39,11 @@ fields:
39
39
  description:
40
40
  literal_value:
41
41
  label: 指定新字段值
42
+
43
+ help:
44
+ description:
45
+ undirect:
46
+ label: 触发对象触发器、工作流规则、字段验证规则
42
47
  help:
43
48
  description:
44
49
  notify_assignee:
@@ -3,15 +3,15 @@ label: Approval Processes
3
3
  description:
4
4
  fields:
5
5
  name:
6
- label:
6
+ label: API Name
7
7
  help:
8
8
  description:
9
9
  label:
10
- label:
10
+ label: Name
11
11
  help:
12
12
  description:
13
13
  object_name:
14
- label:
14
+ label: Object
15
15
  help:
16
16
  description:
17
17
  description:
@@ -19,7 +19,7 @@ fields:
19
19
  help:
20
20
  description:
21
21
  order:
22
- label:
22
+ label: Number
23
23
  help:
24
24
  description:
25
25
  active:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.5.3-beta.25",
3
+ "version": "2.5.3-beta.26",
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.3-beta.25"
13
+ "@steedos/process": "2.5.3-beta.26"
14
14
  },
15
15
  "description": "steedos package",
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "02543361b65c5eabe667a581687f13fde3b358a8"
18
+ "gitHead": "4a93161d2d00ecd33e7e63fe478980bc6b1fb75b"
19
19
  }