PMC-427
This commit is contained in:
@@ -64,9 +64,10 @@ class PmDynaform
|
|||||||
$this->jsonReplace($json, $field->id, "id", $field);
|
$this->jsonReplace($json, $field->id, "id", $field);
|
||||||
}
|
}
|
||||||
$this->record["DYN_CONTENT"] = G::json_encode($json);
|
$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)
|
public function getDynaformTitle($idDynaform)
|
||||||
|
|||||||
Reference in New Issue
Block a user