@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.
@@ -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
@@ -123,7 +123,7 @@ groups:
123
123
  recall_actions: Recall Actions
124
124
  listviews:
125
125
  all:
126
- label: All
126
+ label: All Approval Processes
127
127
  actions:
128
128
  enable:
129
129
  label: Enable
@@ -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"!
@@ -39,7 +39,7 @@ fields:
39
39
  description:
40
40
  listviews:
41
41
  all:
42
- label: All
42
+ label: All Outbound Message Actions
43
43
  actions:
44
44
  customize:
45
45
  label: Customize
@@ -76,7 +76,7 @@ groups:
76
76
  time_triggers: Time-Dependent Action
77
77
  listviews:
78
78
  all:
79
- label: All
79
+ label: All Workflow Rules
80
80
  CustomLabels:
81
81
  workflow_rule_field_trigger_type_options_onAllChanges:
82
82
  workflow_rule_field_trigger_type_options_onCreateOnly:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.5.3-beta.12",
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.12"
13
+ "@steedos/process": "2.5.3-beta.15"
14
14
  },
15
15
  "description": "steedos package",
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "79e9dfbd0bf19a0979f29d2a055cf6e2ea847997"
18
+ "gitHead": "60922001047bf7270aaca51702a3f3541a6b0516"
19
19
  }