Skip to content

Commit

Permalink
association target search panel fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Aug 20, 2019
1 parent 6da6dd1 commit 7bd4c63
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -429,6 +429,7 @@ public static MapXNode getOrCreateAssociationTargetSearchValues(ExpressionType e
if (values == null) {
values = prismContext.xnodeFactory().map(); // todo [med] this has no effect on the map node!
}
expression.getExpressionEvaluator().add(element);
return values;
}

Expand Down

0 comments on commit 7bd4c63

Please sign in to comment.