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 (#13216)

Co-authored-by: SergiuPacurariu <sergiu.pacurariu@she.ro>
  • Loading branch information
sergiupacurariu and SergiuPacurariu authored Dec 18, 2024
1 parent 996f110 commit 027eaab
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 027eaab

Please sign in to comment.