@steedos/standard-process-approval 2.3.2-beta.7 → 2.3.2-beta.9

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.
@@ -41,6 +41,10 @@ fields:
41
41
  label: Notification
42
42
  help:
43
43
  description:
44
+ workflow_outbound_messages_actions:
45
+ label: Outbound Message
46
+ help:
47
+ description:
44
48
  description:
45
49
  label:
46
50
  help:
@@ -41,6 +41,10 @@ fields:
41
41
  label: 工作流通知
42
42
  help:
43
43
  description:
44
+ workflow_outbound_messages_actions:
45
+ label: 出站消息
46
+ help:
47
+ description:
44
48
  description:
45
49
  label: 描述
46
50
  help:
@@ -71,6 +71,22 @@ fields:
71
71
  return "object_name eq '" + dependValues.object_name + "'";
72
72
  }
73
73
  }
74
+ workflow_outbound_messages_actions:
75
+ type: lookup
76
+ group: Immediate Actions
77
+ multiple: true
78
+ label: 出站消息
79
+ is_wide: true
80
+ reference_to: workflow_outbound_messages
81
+ reference_to_field: name
82
+ depend_on:
83
+ - object_name
84
+ filtersFunction: !!js/function |
85
+ function (filters, dependValues) {
86
+ if(dependValues && dependValues.object_name){
87
+ return "object_name eq '" + dependValues.object_name + "'";
88
+ }
89
+ }
74
90
  # boolean_filter: # TODO 暂不支持
75
91
  # type: text
76
92
  # criteria: # TODO 暂不支持
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.3.2-beta.7",
3
+ "version": "2.3.2-beta.9",
4
4
  "main": "package.service.js",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -12,5 +12,5 @@
12
12
  "description": "steedos package",
13
13
  "repository": {},
14
14
  "license": "MIT",
15
- "gitHead": "1e2a0049e4a1bb5e7b09d020f32b60514bdc1bd9"
15
+ "gitHead": "e20a307e760a2a28f2f447ff16fca94f42852309"
16
16
  }