X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FParticipantView.php;h=6ad31e9c9f0b6426ce0a5d211d32fad776a934e5;hb=77f9d243755c24497f3ccb9db886752575b968c3;hp=ea7f269b4075c617eca80c40617057a75f3b0335;hpb=47cc54d5bdce1a28eb813390ac932fe18f79b619;p=civicrm-core.git diff --git a/CRM/Event/Form/ParticipantView.php b/CRM/Event/Form/ParticipantView.php index ea7f269b40..6ad31e9c9f 100644 --- a/CRM/Event/Form/ParticipantView.php +++ b/CRM/Event/Form/ParticipantView.php @@ -1,7 +1,7 @@ assign('transferOrCancelLink', + CRM_Utils_System::url( + 'civicrm/event/selfsvcupdate', + array( + 'reset' => 1, + 'is_backoffice' => 1, + 'pid' => $participantID, + 'cs' => CRM_Contact_BAO_Contact_Utils::generateChecksum($contactID, NULL, 'inf'), + ) + ) + ); + } + if ($values[$participantID]['is_test']) { $values[$participantID]['status'] .= ' (test) '; }