@steedos/standard-object-database 2.4.10 → 2.4.11-beta.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.
@@ -433,7 +433,7 @@ fields:
433
433
  is_wide: true
434
434
  depend_on:
435
435
  - summary_object
436
- visible_on: "{{formData.type === 'summary' ? true: false}}"
436
+ visible_on: "{{formData.type === 'summary' && global.mode !='read' ? true: false}}"
437
437
  sort_no: 330
438
438
  summary_filters.$:
439
439
  label: Filter Criteria
@@ -600,7 +600,7 @@ list_views:
600
600
  columns:
601
601
  - label
602
602
  - name
603
- - column_name
603
+ - group
604
604
  - type
605
605
  - object
606
606
  - sort_no
@@ -124,7 +124,7 @@ fields:
124
124
  type: code
125
125
  is_wide: true
126
126
  hidden: false
127
- readonly: true
127
+ readonly: false
128
128
  visible_on: "{{global.mode ==='read' ? true : false}}"
129
129
  depend_on:
130
130
  - object_name
@@ -184,5 +184,5 @@
184
184
  "id": "page_objects_record_detail",
185
185
  "name": "page_objects_record_detail",
186
186
  "bodyClassName": "",
187
- "className": "object-detail-page"
187
+ "className": "object-detail-page overflow-y-auto"
188
188
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@steedos/standard-object-database",
3
- "version": "2.4.10",
3
+ "version": "2.4.11-beta.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": "1ee65d966cd75599e20a8aa520327a05fd326ca2"
15
+ "gitHead": "b87601438ab4f5c0822d37755a4f0ccb2fe204cb"
16
16
  }