Improved the plugin form builder, to allow multi form field relationships.
This commit is contained in:
@ -435,6 +435,8 @@ class ComponentbuilderModelCustom_code extends JModelAdmin
|
||||
if (empty($data))
|
||||
{
|
||||
$data = $this->getItem();
|
||||
// run the perprocess of the data
|
||||
$this->preprocessData('com_componentbuilder.custom_code', $data);
|
||||
}
|
||||
|
||||
return $data;
|
||||
|
Reference in New Issue
Block a user