Skip to content
Snippets Groups Projects
Commit 509e2f2d authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Save priority to cdata at ticket create time

parent d3ca26f4
No related branches found
Tags v1.9.4-rc1
No related merge requests found
......@@ -946,7 +946,8 @@ class DynamicFormEntryAnswer extends VerySimpleModel {
}
function getSearchKeys() {
$val = $this->getValue();
$val = $this->getField()->to_php(
$this->get('value'), $this->get('value_id'));
if (is_array($val))
return array_keys($val);
elseif (is_object($val) && method_exists($val, 'getId'))
......
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