Skip to content

Commit

Permalink
small query fix for assignments panel
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Sep 4, 2018
1 parent 63da9cd commit 1d6ca41
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -335,7 +335,7 @@ protected ObjectQuery createObjectQuery() {
.item(new ItemPath(AssignmentType.F_CONSTRUCTION, ConstructionType.F_RESOURCE_REF))
.isNull()
.endBlock()
.or()
.and()
.block()
.not()
.item(new ItemPath(AssignmentType.F_TARGET_REF))
Expand Down

0 comments on commit 1d6ca41

Please sign in to comment.