Fixed the issue that caused linked files and folders from not showing in a library. gh-399

This commit is contained in:
2019-03-19 17:33:03 +02:00
parent 8bf72246bb
commit 3a0b5706c4
5 changed files with 7 additions and 6 deletions

View File

@ -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',