@steedos/standard-object-database 2.4.11-beta.1 → 2.4.11

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.
@@ -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
@@ -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.11-beta.1",
3
+ "version": "2.4.11",
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": "94de71d5fb570d39a0e367ee944d9fdc55246fb1"
15
+ "gitHead": "608d3df5b53a1e0ed6bcbce34ed3a27277e11acf"
16
16
  }