Skip to content

Commit

Permalink
fix Bean not being reinitialized after user creation
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandar Zivkovic <[email protected]>
  • Loading branch information
anywaywayany committed Feb 27, 2024
1 parent 18a3b7c commit b253f25
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ private void onCreate() {
virtualList.getDataProvider().refreshAll();
initVirtualListData();
initComponentRenderer();
initUserForm();
UIFactory.notificationSuccess("Benutzer angelegt").open();
} else {
UIFactory.notificationError("Benutzer konnte nicht angelegt werden").open();
Expand Down

0 comments on commit b253f25

Please sign in to comment.