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