HOR-2462
[Zendesk 4018]- Grid is not able to delete data when populated by trigger
This commit is contained in:
@@ -1909,6 +1909,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