Skip to content
Snippets Groups Projects
Commit 1a326074 authored by jaapjansma's avatar jaapjansma
Browse files

fixed issue with wrong type

parent 50902be7
No related branches found
No related tags found
No related merge requests found
...@@ -78,6 +78,7 @@ class RawFieldOutputHandler extends AbstractFieldOutputHandler implements Output ...@@ -78,6 +78,7 @@ class RawFieldOutputHandler extends AbstractFieldOutputHandler implements Output
$this->outputFieldSpec = clone $this->inputFieldSpec; $this->outputFieldSpec = clone $this->inputFieldSpec;
$this->outputFieldSpec->alias = $alias; $this->outputFieldSpec->alias = $alias;
$this->outputFieldSpec->title = $title; $this->outputFieldSpec->title = $title;
$this->outputFieldSpec->type = $this->getType();
} }
/** /**
......
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