@steedos/standard-process-approval 2.5.3-beta.12 → 2.5.3-beta.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.
- package/main/default/objectTranslations/action_field_updates.en/action_field_updates.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/process_definition.en/process_definition.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/workflow_notifications.en/workflow_notifications.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/workflow_outbound_messages.en/workflow_outbound_messages.en.objectTranslation.yml +1 -1
- package/main/default/objectTranslations/workflow_rule.en/workflow_rule.en.objectTranslation.yml +1 -1
- package/package.json +3 -3
|
@@ -48,7 +48,7 @@ fields:
|
|
|
48
48
|
description: This check box only identifies whether or not the workflow rules for the object with which the field update is associated are reevaluated. For field updates across objects, these workflow rules are never reevaluated, and all workflow rules for the object to which they are to be updated are always reevaluated.
|
|
49
49
|
listviews:
|
|
50
50
|
all:
|
|
51
|
-
label: All
|
|
51
|
+
label: All Updates
|
|
52
52
|
CustomLabels:
|
|
53
53
|
action_field_updates_field_operation_options_null: A blank value (null)
|
|
54
54
|
action_field_updates_field_operation_options_formula: Use a formula to set the new value
|
|
@@ -37,7 +37,7 @@ groups:
|
|
|
37
37
|
select_assigned_user: Select Assigned User
|
|
38
38
|
listviews:
|
|
39
39
|
all:
|
|
40
|
-
label: All
|
|
40
|
+
label: All Workflow Notifications
|
|
41
41
|
CustomLabels:
|
|
42
42
|
workflow_notifications_field__error_process_node_process_definition_required: Please select "Approval Process" for this Approval Step and then create "Workflow Notification"!
|
|
43
43
|
workflow_notifications_field__error_process_definition_object_required: Please select "Object" for this Approval Process and then create "Workflow Notification"!
|
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.15",
|
|
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.15"
|
|
14
14
|
},
|
|
15
15
|
"description": "steedos package",
|
|
16
16
|
"repository": {},
|
|
17
17
|
"license": "MIT",
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "60922001047bf7270aaca51702a3f3541a6b0516"
|
|
19
19
|
}
|