@steedos/standard-process-approval 2.5.6-beta.6 → 2.5.7

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.
@@ -73,7 +73,7 @@ fields:
73
73
  groups:
74
74
  rule_criteria: Rule Criteria
75
75
  immediate_actions: Immediate Actions
76
- time_triggers: Time-Dependent Action
76
+ time_dependent_action: Time-Dependent Action
77
77
  listviews:
78
78
  all:
79
79
  label: All Workflow Rules
@@ -73,7 +73,7 @@ fields:
73
73
  groups:
74
74
  rule_criteria: 规则条件
75
75
  immediate_actions: 即时操作
76
- time_triggers: 依赖于时间的工作流操作
76
+ time_dependent_action: 依赖于时间的工作流操作
77
77
  listviews:
78
78
  all:
79
79
  label: 所有
@@ -100,13 +100,13 @@ fields:
100
100
  depend_on:
101
101
  - object_name
102
102
  inlineHelpText: Run Time-Dependent Actions if the following filters are met.
103
- group: 依赖于时间的工作流操作
103
+ group: time_dependent_action
104
104
  time_triggers:
105
105
  type: grid
106
106
  label: 时间触发器
107
107
  is_wide: true
108
108
  required: false
109
- group: 依赖于时间的工作流操作
109
+ group: time_dependent_action
110
110
  time_triggers.$:
111
111
  label: Field
112
112
  blackbox: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.5.6-beta.6",
3
+ "version": "2.5.7",
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.6-beta.6"
13
+ "@steedos/process": "2.5.7"
14
14
  },
15
15
  "description": "steedos package",
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "7ea58f7945de159f06a7f9c6a383d4201c592fd0"
18
+ "gitHead": "6a8199c9046ec05c8e05fc7588789cd16b7092bb"
19
19
  }