Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kateryna Honchar committed Jun 1, 2023
2 parents 0e7a055 + adaaed0 commit b1b58d4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ public void setObject(String object) {
panelCtx.getRealValueModel().setObject(null);
}
VariableBindingDefinitionType def = new VariableBindingDefinitionType()
.path(PrismContext.get().itemPathParser().asItemPathType(
"$" + ExpressionConstants.VAR_FOCUS + "/" + object
));
.path(PrismContext.get().itemPathParser().asItemPathType(object));
panelCtx.getRealValueModel().setObject(def);
}
};
Expand Down

0 comments on commit b1b58d4

Please sign in to comment.