Skip to content
Snippets Groups Projects
Commit 6443cd9c authored by jaapjansma's avatar jaapjansma
Browse files

update replace user context

parent 95467c7a
No related branches found
No related tags found
No related merge requests found
......@@ -684,15 +684,6 @@ abstract class CRM_DataprocessorSearch_Form_AbstractSearch extends CRM_Core_Form
// hack, make sure we reset the task values
$formName = $this->controller->getStateMachine()->getTaskFormName();
$this->controller->resetPage($formName);
$session = CRM_Core_Session::singleton();
$qfKey = CRM_Utils_Request::retrieve('qfKey', 'String', $this);
$urlPath = CRM_Utils_System::getUrlPath();
$urlParams = 'force=1';
if ($qfKey) {
$urlParams .= "&qfKey=$qfKey";
}
$session->pushUserContext(CRM_Utils_System::url($urlPath, $urlParams));
return;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment