@steedos/standard-process-approval 2.5.3-beta.23 → 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.
- package/main/default/objectTranslations/action_field_updates.en/action_field_updates.en.objectTranslation.yml +16 -5
- package/main/default/objectTranslations/action_field_updates.zh-CN/action_field_updates.zh-CN.objectTranslation.yml +5 -0
- package/main/default/objectTranslations/process_definition.en/process_definition.en.objectTranslation.yml +4 -4
- package/package.json +3 -3
|
@@ -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:
|
|
@@ -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.
|
|
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.
|
|
13
|
+
"@steedos/process": "2.5.3-beta.26"
|
|
14
14
|
},
|
|
15
15
|
"description": "steedos package",
|
|
16
16
|
"repository": {},
|
|
17
17
|
"license": "MIT",
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "4a93161d2d00ecd33e7e63fe478980bc6b1fb75b"
|
|
19
19
|
}
|