@steedos/standard-process-approval 2.5.3-beta.11 → 2.5.3-beta.12
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/workflow_notifications.en/workflow_notifications.en.objectTranslation.yml +7 -4
- package/main/default/objectTranslations/workflow_outbound_messages.en/workflow_outbound_messages.en.objectTranslation.yml +4 -1
- package/main/default/objectTranslations/workflow_rule.en/workflow_rule.en.objectTranslation.yml +5 -5
- package/package.json +3 -3
|
@@ -4,10 +4,13 @@ description:
|
|
|
4
4
|
fields:
|
|
5
5
|
name:
|
|
6
6
|
label: API Name
|
|
7
|
-
help:
|
|
7
|
+
help: >-
|
|
8
|
+
Can only contain lowercase letters and numbers, must start with a letter,
|
|
9
|
+
cannot end with an underscore character or contain two consecutive
|
|
10
|
+
underscore characters
|
|
8
11
|
description:
|
|
9
12
|
label:
|
|
10
|
-
label:
|
|
13
|
+
label: Label
|
|
11
14
|
help:
|
|
12
15
|
description:
|
|
13
16
|
object_name:
|
|
@@ -23,11 +26,11 @@ fields:
|
|
|
23
26
|
help:
|
|
24
27
|
description:
|
|
25
28
|
assigned_users:
|
|
26
|
-
label:
|
|
29
|
+
label: Assigned Users
|
|
27
30
|
help:
|
|
28
31
|
description:
|
|
29
32
|
assigned_user_field:
|
|
30
|
-
label:
|
|
33
|
+
label: Assigned User Field
|
|
31
34
|
help:
|
|
32
35
|
description:
|
|
33
36
|
groups:
|
|
@@ -4,7 +4,10 @@ description:
|
|
|
4
4
|
fields:
|
|
5
5
|
name:
|
|
6
6
|
label: API Name
|
|
7
|
-
help:
|
|
7
|
+
help: >-
|
|
8
|
+
Can only contain lowercase letters and numbers, must start with a letter,
|
|
9
|
+
cannot end with an underscore character or contain two consecutive
|
|
10
|
+
underscore characters
|
|
8
11
|
description:
|
|
9
12
|
label:
|
|
10
13
|
label: Label
|
package/main/default/objectTranslations/workflow_rule.en/workflow_rule.en.objectTranslation.yml
CHANGED
|
@@ -7,15 +7,15 @@ fields:
|
|
|
7
7
|
help:
|
|
8
8
|
description:
|
|
9
9
|
name:
|
|
10
|
-
label:
|
|
10
|
+
label: Api Name
|
|
11
11
|
help:
|
|
12
12
|
description:
|
|
13
13
|
label:
|
|
14
|
-
label:
|
|
14
|
+
label: Label
|
|
15
15
|
help:
|
|
16
16
|
description:
|
|
17
17
|
active:
|
|
18
|
-
label:
|
|
18
|
+
label: Enable
|
|
19
19
|
help:
|
|
20
20
|
description:
|
|
21
21
|
trigger_type:
|
|
@@ -30,7 +30,7 @@ fields:
|
|
|
30
30
|
value: onCreateOrTriggeringUpdate
|
|
31
31
|
description:
|
|
32
32
|
formula:
|
|
33
|
-
label:
|
|
33
|
+
label: Formula
|
|
34
34
|
help: Run Immediate Actions if the following criteria are met.
|
|
35
35
|
description:
|
|
36
36
|
updates_field_actions:
|
|
@@ -46,7 +46,7 @@ fields:
|
|
|
46
46
|
help:
|
|
47
47
|
description:
|
|
48
48
|
description:
|
|
49
|
-
label:
|
|
49
|
+
label: Description
|
|
50
50
|
help:
|
|
51
51
|
description:
|
|
52
52
|
filters:
|
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.12",
|
|
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.12"
|
|
14
14
|
},
|
|
15
15
|
"description": "steedos package",
|
|
16
16
|
"repository": {},
|
|
17
17
|
"license": "MIT",
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "79e9dfbd0bf19a0979f29d2a055cf6e2ea847997"
|
|
19
19
|
}
|