Merged in bugfix/PMCORE-1129-a (pull request #7321)
PMCORE-1129-a Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
c29dcae991
@@ -1741,8 +1741,7 @@ class PmDynaform
|
||||
return false;
|
||||
}
|
||||
foreach ($result as $row) {
|
||||
$dynaform = new PmDynaform(["CURRENT_DYNAFORM" => $row->DYN_UID]);
|
||||
$json = G::json_decode($dynaform->record["DYN_CONTENT"]);
|
||||
$json = G::json_decode($row->DYN_CONTENT);
|
||||
if ($this->jsoni($json, $variable)) {
|
||||
return $row->DYN_UID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user