@steedos/standard-process-approval 2.4.3 → 2.4.5

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.
@@ -79,6 +79,7 @@ list_views:
79
79
  label: All Notifications
80
80
  filter_scope: space
81
81
  columns:
82
+ - label
82
83
  - object_name
83
84
  - name
84
85
  - title
@@ -137,7 +137,7 @@ module.exports = {
137
137
  if (objectConfig) {
138
138
  steedosI18n.translationObject(lng, objectConfig.name, objectConfig);
139
139
  _.forEach(objectConfig.fields, function (field, fname) {
140
- if (["formula", "summary", "autonumber"].indexOf(field.type) < 0 && !field.hidden && !field.omit && !field.readonly && field.visible_on !== '{{false}}') {
140
+ if (["formula", "summary", "autonumber"].indexOf(field.type) < 0 ) {
141
141
  /*公式、累计汇总、自动编号三种字段类型是只读的,不允许字段更新来变更其值*/
142
142
  options.push({
143
143
  label: field.label,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-process-approval",
3
- "version": "2.4.3",
3
+ "version": "2.4.5",
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.4.3"
13
+ "@steedos/process": "2.4.5"
14
14
  },
15
15
  "description": "steedos package",
16
16
  "repository": {},
17
17
  "license": "MIT",
18
- "gitHead": "802cae87c7da664458bf1d2321d65808ed1d243a"
18
+ "gitHead": "f7a60f4fedc134e362a2db5903db606fc61802b2"
19
19
  }