Skip to content

Commit

Permalink
Fixed bugged group filter creation (geosolutions-it#1362)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarto authored Dec 21, 2016
1 parent 0113d24 commit 3dfd0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/utils/FilterUtils.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const FilterUtils = {
let subGroups = this.findSubGroups(root, objFilter.groupFields);
if (subGroups.length > 0) {
subGroups.forEach((subGroup) => {
ogc += this.processOGCFilterGroup(subGroup, nsplaceholder);
ogc += this.processOGCFilterGroup(subGroup, objFilter, nsplaceholder);
});
}

Expand Down

0 comments on commit 3dfd0ab

Please sign in to comment.