Release of v5.1.1-alpha2
Adds the ModalSelect fieldtype to Joomla Component Builder - J5. Adds the Data Import Function to the Demo Component. Adds new country related tables and fields to the Demo Component. Resolves the Database Updating issue in the compiler. #1212,#1209. Adds the Component Commands Plugin to the CLI for Import of spreadsheet data-sets.
This commit is contained in:
@ -218,6 +218,7 @@ class Custom_codesModel extends ListModel
|
||||
|
||||
$item->target_code = $item->target;
|
||||
// making sure we have the component details
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1189,7 +1189,7 @@ class FieldModel extends AdminModel
|
||||
}
|
||||
break;
|
||||
case 'type':
|
||||
$property['value'] = TypeHelper::safe($property['value']);
|
||||
$property['value'] = TypeHelper::safe($property['value'], 'com_componentbuilder');
|
||||
break;
|
||||
}
|
||||
// load the property
|
||||
|
Reference in New Issue
Block a user