Skip to content

Commit

Permalink
Merge pull request #12921 from SORMAS-Foundation/bugfix-12850_unsaved…
Browse files Browse the repository at this point in the history
…_changes_popup_not_triggered_for_user_fields

#12850 - 'Unsaved changes' pop-up is not triggered and 'Discard' butt…
  • Loading branch information
leventegal-she authored Jan 29, 2024
2 parents 9359590 + 765584d commit e455ff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected Component initContent() {
userCombo.setWidthFull();

userCombo.addValueChangeListener(valueChangeEvent -> {
setInternalValue((UserReferenceDto) userCombo.getValue());
super.setValue((UserReferenceDto) userCombo.getValue());
});

return userLayout;
Expand Down

0 comments on commit e455ff9

Please sign in to comment.