Skip to content
Snippets Groups Projects
Commit b5c45dff authored by Michael's avatar Michael
Browse files

Merge remote-tracking branch 'osticket-develop/develop' into patch-17

parents 068e9f67 956ad7bf
Branches
Tags
No related merge requests found
......@@ -1413,6 +1413,12 @@ class DynamicFormEntryAnswer extends VerySimpleModel {
$this->getField()->db_cleanup();
return true;
}
function save($refetch) {
if ($this->dirty)
unset($this->_value);
return parent::save($refetch);
}
}
class SelectionField extends FormField {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment