Skip to content
Snippets Groups Projects
Commit 06849e48 authored by jaapjansma's avatar jaapjansma
Browse files

fixed issue with clone and configuration

parent 1b3e7d5f
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,8 @@ class CRM_Dataprocessor_Form_CloneDataProcessor extends CRM_Core_Form {
public function postProcess() {
$session = CRM_Core_Session::singleton();
$values = $this->exportValues();
$params = clone $this->dataProcessor;
unset($params['id']);
$params['name'] = $values['name'];
$params['title'] = $values['title'];
$params['description'] = $values['description'];
......
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