Skip to content
Snippets Groups Projects
Unverified Commit a85852ba authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #14102 from jitendrapurohit/core-888

#888 - Backoffice participant transfer form does not populate…
parents 3894d89a cb98c7f9
Branches
Tags
No related merge requests found
......@@ -283,7 +283,6 @@ class CRM_Event_Form_SelfSvcUpdate extends CRM_Core_Form {
* return @void
*/
public function transferParticipant($params) {
$isBackOfficeArg = $this->isBackoffice ? '&is_backoffice=1' : '';
CRM_Utils_System::redirect(CRM_Utils_System::url(
'civicrm/event/selfsvctransfer',
[
......@@ -291,6 +290,7 @@ class CRM_Event_Form_SelfSvcUpdate extends CRM_Core_Form {
'action' => 'add',
'pid' => $this->_participant_id,
'cs' => $this->_userChecksum,
'is_backoffice' => $this->isBackoffice,
]
));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment