Skip to content

Commit

Permalink
pkp#10630 Add Change invitation case to decline
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Nov 24, 2024
1 parent a0e9f4f commit 1503646
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 1503646

Please sign in to comment.