Merged in release/3.3.3 (pull request #6766)
PMC-427 Approved-by: Paula Quispe <paula.quispe@processmaker.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user