owl-cli 6.82.0 → 6.84.0
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.
|
@@ -138,10 +138,10 @@ function buildSort(sort){
|
|
|
138
138
|
return filters;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
|
|
141
|
+
var filters = getFilters();
|
|
142
|
+
var meta = spec['#meta'];
|
|
143
|
+
var isPublic = meta && meta.isPublic;
|
|
142
144
|
if(!isPublic && orgId && orgId!=='0') {
|
|
143
|
-
var filters = getFilters();
|
|
144
|
-
|
|
145
145
|
var permissionFilter = getListPermissionFilter(tableId, roleId, orgId, loginId, permissions);
|
|
146
146
|
|
|
147
147
|
if (permissionFilter) {
|