take over filter if subnodes are properties.
This commit is contained in:
parent
3cc3e4b534
commit
fd9691084e
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@ public class DbMapping implements Updatable {
|
|||
if (propertiesRel.subnodesAreProperties && subnodesRel != null) {
|
||||
propertiesRel.groupby = subnodesRel.groupby;
|
||||
propertiesRel.constraints = subnodesRel.constraints;
|
||||
propertiesRel.filter = subnodesRel.filter;
|
||||
}
|
||||
|
||||
} catch (Exception x) {
|
||||
|
|
Loading…
Add table
Reference in a new issue