Skip to content

Commit

Permalink
#13181 - Enhance National Health ID Search Functionality Across Modul…
Browse files Browse the repository at this point in the history
…es and Address Duplication Issues
  • Loading branch information
SergiuPacurariu committed Dec 17, 2024
1 parent cc710f7 commit 5a9c6cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public static Window warningSimilarPersons(String nationalHealthId, String curre

final CommitDiscardWrapperComponent<PersonSelectionGrid> component = new CommitDiscardWrapperComponent<>(similarPersonGrid);
component.getCommitButton().setCaption(I18nProperties.getCaption(Captions.actionDone));
component.getCommitButton().setDescription(I18nProperties.getCaption(Captions.actionOkay));
component.getDiscardButton().setVisible(false);
component.getWrappedComponent().setWidth(800, Sizeable.Unit.PIXELS);

Expand Down

0 comments on commit 5a9c6cc

Please sign in to comment.