@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
|
-
-
|
|
603
|
+
- group
|
|
604
604
|
- type
|
|
605
605
|
- object
|
|
606
606
|
- sort_no
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.4.
|
|
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": "
|
|
15
|
+
"gitHead": "b87601438ab4f5c0822d37755a4f0ccb2fe204cb"
|
|
16
16
|
}
|