This commit is contained in:
Julio Cesar Laura Avendaño
2019-01-25 17:10:59 -04:00
parent 2ff80e8463
commit b9e3f25103

View File

@@ -64,9 +64,10 @@ class PmDynaform
$this->jsonReplace($json, $field->id, "id", $field);
}
$this->record["DYN_CONTENT"] = G::json_encode($json);
//to do, this line should be removed. Related to PMC-196.
$this->record['DYN_CONTENT'] = G::fixStringCorrupted($this->record['DYN_CONTENT']);
}
//to do, this line should be removed. Related to PMC-196.
$this->record['DYN_CONTENT'] = G::fixStringCorrupted($this->record['DYN_CONTENT']);
}
public function getDynaformTitle($idDynaform)