Skip to content
Snippets Groups Projects
Commit 2b395689 authored by jaapjansma's avatar jaapjansma
Browse files

Set default field to raw

parent f38823fb
No related branches found
No related tags found
No related merge requests found
...@@ -63,6 +63,7 @@ class CRM_Dataprocessor_Form_Field extends CRM_Core_Form { ...@@ -63,6 +63,7 @@ class CRM_Dataprocessor_Form_Field extends CRM_Core_Form {
} }
if (!$this->field) { if (!$this->field) {
$this->field['data_processor_id'] = $this->dataProcessorId; $this->field['data_processor_id'] = $this->dataProcessorId;
$this->field['type'] = 'raw';
} }
$this->outputHandlers = $factory->getOutputHandlers(); $this->outputHandlers = $factory->getOutputHandlers();
......
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