Merged in bugfix/HOR-2462 (pull request #5359)
HOR-2462 Approved-by: Julio Cesar Laura Avendaño
This commit is contained in:
@@ -1913,6 +1913,12 @@ class pmDynaform
|
|||||||
if ($validatorClass !== null) {
|
if ($validatorClass !== null) {
|
||||||
$validatorClass->validatePost($post);
|
$validatorClass->validatePost($post);
|
||||||
}
|
}
|
||||||
|
//Clears the data in the appData for grids
|
||||||
|
if (array_key_exists($json->id, $this->fields) && $json->type === 'grid' &&
|
||||||
|
!array_key_exists($json->id, $post)
|
||||||
|
) {
|
||||||
|
$post[$json->variable] = array(array());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
$json = G::json_decode($this->record["DYN_CONTENT"]);
|
$json = G::json_decode($this->record["DYN_CONTENT"]);
|
||||||
|
|||||||
Reference in New Issue
Block a user