Skip to content

Commit

Permalink
#10630 Add Change invitation case to decline
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Dec 24, 2024
1 parent 6f48bd0 commit 7c52e98
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ public function declineHandle(Request $request): void
$request->getDispatcher()->handle404('The link is deactivated as the invitation was cancelled');
}

$this->getInvitation()->changeInvitationUserIdUsingUserEmail();

$context = $request->getContext();

$url = PKPApplication::get()->getDispatcher()->url(
Expand Down

0 comments on commit 7c52e98

Please sign in to comment.