Updated compiler to allow dynamic update for language strings. Started adding the field relationship feature requested in gh-287
This commit is contained in:
@ -318,7 +318,8 @@ class ComponentbuilderControllerAdmin_view extends JControllerForm
|
||||
// linked tables to update
|
||||
$_tablesArray = array(
|
||||
'admin_fields',
|
||||
'admin_fields_conditions'
|
||||
'admin_fields_conditions',
|
||||
'admin_fields_relations'
|
||||
);
|
||||
foreach($_tablesArray as $_updateTable)
|
||||
{
|
||||
|
Reference in New Issue
Block a user