Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Mar 30, 2023
2 parents a182cbc + d356e84 commit 36a744e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ public void onSubmit(AjaxRequestTarget target) {
Collections.singletonList(MarkType.COMPLEX_TYPE), true, getPageBase(), marksFilter) {

protected void addPerformed(AjaxRequestTarget target, QName type, List<MarkType> selected) {
LOGGER.warn("Selected marks: {}", selected);
LOGGER.debug("Selected marks: {}", selected);

List<String> markOids = Lists.transform(selected, MarkType::getOid);
markObjects(getRowModel(), markOids, target);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ public void onSubmit(AjaxRequestTarget target) {
Collections.singletonList(MarkType.COMPLEX_TYPE), true, getPageBase(), marksFilter) {

protected void addPerformed(AjaxRequestTarget target, QName type, List<MarkType> selected) {
LOGGER.warn("Selected marks: {}", selected);
LOGGER.debug("Selected marks: {}", selected);

List<String> markOids = Lists.transform(selected, MarkType::getOid);
markShadows(getRowModel(), markOids, target);
Expand Down

0 comments on commit 36a744e

Please sign in to comment.