owl-cli 6.5.0 → 6.6.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.
|
@@ -137,12 +137,6 @@ function buildSort(sort){
|
|
|
137
137
|
|
|
138
138
|
var filters = getFilters();
|
|
139
139
|
|
|
140
|
-
if(roleId){
|
|
141
|
-
var tablePermission = getTablePermission("owl_wh_receipt",loginId,roleId);
|
|
142
|
-
if(tablePermission && tablePermission.filters){
|
|
143
|
-
filters = filters.concat(tablePermission.filters);
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
140
|
|
|
147
141
|
if(recycleBin){
|
|
148
142
|
filters.push({"term":{"del.keyword":"T"}});
|