@steedos/standard-object-database 2.6.7-beta.7 → 2.6.7-beta.8
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.
|
@@ -51,6 +51,7 @@ fields:
|
|
|
51
51
|
value: space
|
|
52
52
|
- label: Share the list view with some organizations.
|
|
53
53
|
value: organizations
|
|
54
|
+
visible_on: "${global.user.is_space_admin}"
|
|
54
55
|
group: share_rules
|
|
55
56
|
amis:
|
|
56
57
|
type: radios
|
|
@@ -63,7 +64,7 @@ fields:
|
|
|
63
64
|
is_wide: true
|
|
64
65
|
depend_on:
|
|
65
66
|
- shared_to
|
|
66
|
-
visible_on: "${shared_to ==='organizations'}"
|
|
67
|
+
visible_on: "${global.user.is_space_admin && shared_to ==='organizations'}"
|
|
67
68
|
group: share_rules
|
|
68
69
|
show_count:
|
|
69
70
|
label: Show Record Count
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
],
|
|
181
181
|
"id": "u:6a3b45d7adcf",
|
|
182
182
|
"tabsMode": "vertical",
|
|
183
|
-
"className": "
|
|
183
|
+
"className": "steedos-record-tabs bg-white mt-3 border-y",
|
|
184
184
|
"toolbarClassName": "",
|
|
185
185
|
"linksClassName": "",
|
|
186
186
|
"contentClassName": "bg-white",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/standard-object-database",
|
|
3
|
-
"version": "2.6.7-beta.
|
|
3
|
+
"version": "2.6.7-beta.8",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"description": "steedos package",
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@steedos-widgets/amis-lib": "^1.0.22",
|
|
15
|
-
"@steedos/standard-objects": "2.6.7-beta.
|
|
15
|
+
"@steedos/standard-objects": "2.6.7-beta.8"
|
|
16
16
|
},
|
|
17
17
|
"repository": {},
|
|
18
18
|
"license": "MIT",
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "3134b434a236a923da7ed02d4c82db02656fe82c"
|
|
20
20
|
}
|