@steedos/standard-process-approval 2.3.2-beta.8 → 2.3.2

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.
@@ -30,6 +30,10 @@ fields:
30
30
  label: Object fields to send
31
31
  help:
32
32
  description:
33
+ app:
34
+ label: App
35
+ help:
36
+ description:
33
37
  listviews:
34
38
  all:
35
39
  label: All
@@ -30,6 +30,10 @@ fields:
30
30
  label: 要发送的字段
31
31
  help:
32
32
  description:
33
+ app:
34
+ label: 应用
35
+ help:
36
+ description:
33
37
  listviews:
34
38
  all:
35
39
  label: 所有
@@ -9,7 +9,7 @@ fields:
9
9
  name:
10
10
  type: text
11
11
  label: Step Name
12
- hidden: true
12
+ readonly: true
13
13
  created_by:
14
14
  label: Submitter
15
15
  is_wide: true
@@ -24,7 +24,7 @@ fields:
24
24
  step_status:
25
25
  type: select
26
26
  label: Status
27
- hidden: true
27
+ readonly: true
28
28
  options:
29
29
  - approved
30
30
  - fault
@@ -82,8 +82,8 @@ fields:
82
82
  hidden: true
83
83
  omit: true
84
84
  modified:
85
- hidden: true
86
- omit: true
85
+ readonly: true
86
+ # omit: true
87
87
  modified_by:
88
88
  hidden: true
89
89
  omit: true
@@ -146,6 +146,8 @@ fields:
146
146
  undirect:
147
147
  type: boolean
148
148
  label: 触发对象触发器、工作流规则、字段验证规则
149
+ instance_state:
150
+ hidden: true
149
151
  # todo:
150
152
  form:
151
153
  beforeEdit: !!js/function |
@@ -0,0 +1,8 @@
1
+ name: app
2
+ label: 应用
3
+ type: lookup
4
+ reference_to: apps
5
+ reference_to_field: code
6
+ filters:
7
+ - [['code','!=','admin'], ['secret','!=', null]]
8
+ sort_no: 80
@@ -37,7 +37,7 @@ fields:
37
37
  formula:
38
38
  type: textarea
39
39
  is_wide: true
40
- required: true
40
+ required: false
41
41
  group: Rule Criteria
42
42
  updates_field_actions:
43
43
  group: Immediate Actions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.3.2-beta.8",
3
+ "version": "2.3.2",
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": "3842d837373ece532af6b8399db8998be29018a0"
15
+ "gitHead": "3aefe890a87dcdf231a132d180744ee37653dd7c"
16
16
  }