Fixed the issue that caused linked files and folders from not showing in a library. gh-399
This commit is contained in:
@ -630,7 +630,7 @@ class ComponentbuilderModelAjax extends JModelList
|
||||
protected $ref;
|
||||
protected $fieldsArray = array(
|
||||
'library_config' => 'addconfig',
|
||||
'library_files_folders_urls' => array('addurls','addfiles','addfolders'),
|
||||
'library_files_folders_urls' => array('addurls', 'addfiles', 'addfolders', 'addfoldersfullpath', 'addfilesfullpath'),
|
||||
'admin_fields' => 'addfields',
|
||||
'admin_fields_conditions' => 'addconditions',
|
||||
'admin_fields_relations' => 'addrelations',
|
||||
|
Reference in New Issue
Block a user