Skip to content

Commit

Permalink
MID-8482: adding order for SourceOrTargetOfMappingPanelFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Sep 19, 2023
1 parent 07b1c31 commit c8ab48a
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,9 @@ public Iterator<String> getIterator(String input) {
panel.getBaseFormComponent().add(new EmptyOnBlurAjaxFormUpdatingBehaviour());
return panel;
}

@Override
public Integer getOrder() {
return 100;
}
}

0 comments on commit c8ab48a

Please sign in to comment.