X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FParticipantView.php;h=6ad31e9c9f0b6426ce0a5d211d32fad776a934e5;hb=daa46b94db74b842b7d7c6be293401672b637e7f;hp=c7d22619a65cebfafcda7f1c47cd2b493c2e6baf;hpb=9daaed8ee6e4afeed3a84eaaae022bd19d1948a0;p=civicrm-core.git diff --git a/CRM/Event/Form/ParticipantView.php b/CRM/Event/Form/ParticipantView.php index c7d22619a6..6ad31e9c9f 100644 --- a/CRM/Event/Form/ParticipantView.php +++ b/CRM/Event/Form/ParticipantView.php @@ -1,9 +1,9 @@ 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) '; }