Skip to content

Commit

Permalink
fix NPE on PageAssignmentsList
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Nov 20, 2021
1 parent 8be9c17 commit 7bb5086
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ protected void reloadMainFormButtons(AjaxRequestTarget target) {
if (requestButton != null) {
refreshRequestButton(requestButton);
}
target.add(getFeedbackPanel());
target.add(requestButton);
target.add(get(createComponentPath(ID_FORM, ID_TARGET_USER_PANEL)));
}
};
mainForm.add(panel);
Expand Down Expand Up @@ -213,7 +213,6 @@ protected void multipleUsersSelectionPerformed(AjaxRequestTarget target, List<Us

};

targetUserPanel.add(new VisibleBehaviour(this::isRequestButtonEnabled));
targetUserPanel.setOutputMarkupId(true);
mainForm.add(targetUserPanel);

Expand Down

0 comments on commit 7bb5086

Please sign in to comment.