Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
ONYX-1755 Fixed participant reception page model
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Mar 29, 2018
1 parent ab407e3 commit 11c520b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,7 @@ public boolean isVisible() {

@Override
public void onClick(AjaxRequestTarget target) {
setResponsePage(new ParticipantReceptionPage(new PropertyModel<Participant>(getModel().getObject().getAppointment(), "participant"), ParticipantSearchPage.this));
setResponsePage(new ParticipantReceptionPage(getModel(), ParticipantSearchPage.this));
}

@Override
Expand Down

0 comments on commit 11c520b

Please sign in to comment.