forked from joomla/Component-Builder
Fixed the issue that caused linked files and folders from not showing in a library. gh-399
This commit is contained in:
parent
8bf72246bb
commit
3a0b5706c4
@ -146,11 +146,11 @@ TODO
|
|||||||
+ *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com)
|
+ *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com)
|
||||||
+ *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder)
|
+ *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder)
|
||||||
+ *First Build*: 30th April, 2015
|
+ *First Build*: 30th April, 2015
|
||||||
+ *Last Build*: 13th March, 2019
|
+ *Last Build*: 19th March, 2019
|
||||||
+ *Version*: 2.9.13
|
+ *Version*: 2.9.13
|
||||||
+ *Copyright*: Copyright (C) 2015 - 2019 Vast Development Method. All rights reserved.
|
+ *Copyright*: Copyright (C) 2015 - 2019 Vast Development Method. All rights reserved.
|
||||||
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
||||||
+ *Line count*: **203649**
|
+ *Line count*: **203650**
|
||||||
+ *Field count*: **1114**
|
+ *Field count*: **1114**
|
||||||
+ *File count*: **1337**
|
+ *File count*: **1337**
|
||||||
+ *Folder count*: **209**
|
+ *Folder count*: **209**
|
||||||
|
@ -146,11 +146,11 @@ TODO
|
|||||||
+ *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com)
|
+ *Author*: [Llewellyn van der Merwe](mailto:llewellyn@joomlacomponentbuilder.com)
|
||||||
+ *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder)
|
+ *Name*: [Component Builder](https://github.com/vdm-io/Joomla-Component-Builder)
|
||||||
+ *First Build*: 30th April, 2015
|
+ *First Build*: 30th April, 2015
|
||||||
+ *Last Build*: 13th March, 2019
|
+ *Last Build*: 19th March, 2019
|
||||||
+ *Version*: 2.9.13
|
+ *Version*: 2.9.13
|
||||||
+ *Copyright*: Copyright (C) 2015 - 2019 Vast Development Method. All rights reserved.
|
+ *Copyright*: Copyright (C) 2015 - 2019 Vast Development Method. All rights reserved.
|
||||||
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
+ *License*: GNU General Public License version 2 or later; see LICENSE.txt
|
||||||
+ *Line count*: **203649**
|
+ *Line count*: **203650**
|
||||||
+ *Field count*: **1114**
|
+ *Field count*: **1114**
|
||||||
+ *File count*: **1337**
|
+ *File count*: **1337**
|
||||||
+ *Folder count*: **209**
|
+ *Folder count*: **209**
|
||||||
|
@ -122,6 +122,7 @@ class ComponentbuilderControllerLanguages extends JControllerAdmin
|
|||||||
// set redirect
|
// set redirect
|
||||||
$redirect_url = JRoute::_('index.php?option=com_componentbuilder&view=languages', false);
|
$redirect_url = JRoute::_('index.php?option=com_componentbuilder&view=languages', false);
|
||||||
$this->setRedirect($redirect_url, $message);
|
$this->setRedirect($redirect_url, $message);
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// set redirect
|
// set redirect
|
||||||
|
@ -630,7 +630,7 @@ class ComponentbuilderModelAjax extends JModelList
|
|||||||
protected $ref;
|
protected $ref;
|
||||||
protected $fieldsArray = array(
|
protected $fieldsArray = array(
|
||||||
'library_config' => 'addconfig',
|
'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' => 'addfields',
|
||||||
'admin_fields_conditions' => 'addconditions',
|
'admin_fields_conditions' => 'addconditions',
|
||||||
'admin_fields_relations' => 'addrelations',
|
'admin_fields_relations' => 'addrelations',
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<extension type="component" version="3.2" method="upgrade">
|
<extension type="component" version="3.2" method="upgrade">
|
||||||
<name>COM_COMPONENTBUILDER</name>
|
<name>COM_COMPONENTBUILDER</name>
|
||||||
<creationDate>13th March, 2019</creationDate>
|
<creationDate>19th March, 2019</creationDate>
|
||||||
<author>Llewellyn van der Merwe</author>
|
<author>Llewellyn van der Merwe</author>
|
||||||
<authorEmail>llewellyn@joomlacomponentbuilder.com</authorEmail>
|
<authorEmail>llewellyn@joomlacomponentbuilder.com</authorEmail>
|
||||||
<authorUrl>http://www.joomlacomponentbuilder.com</authorUrl>
|
<authorUrl>http://www.joomlacomponentbuilder.com</authorUrl>
|
||||||
|
Loading…
Reference in New Issue
Block a user