forked from joomla/Component-Builder
Resolved export issue that dropped the layouts, and did not export them.
This commit is contained in:
parent
5553e2b822
commit
3d6fb89adb
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage joomla_component.css
|
||||
|
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage joomla_components.css
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage joomla_component.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage joomla_components.php
|
||||
|
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage joomla_component.js
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage joomla_component.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage joomla_components.php
|
||||
@ -981,7 +981,7 @@ class ComponentbuilderModelJoomla_components extends JModelList
|
||||
$data = $this->getDataWithAlias($layout, 'layout');
|
||||
if (ComponentbuilderHelper::checkArray($data))
|
||||
{
|
||||
if (!isset($this->exportIDs['layout']) && !isset($this->exportIDs['layout'][$data['id']]))
|
||||
if (!isset($this->exportIDs['layout']) || !isset($this->exportIDs['layout'][$data['id']]))
|
||||
{
|
||||
$this->setExportIDs($data['id'], 'layout');
|
||||
// call self to get child data
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage joomla_component.php
|
||||
|
@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage submitbutton.js
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage edit.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage view.html.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage default.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_batch_body.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_batch_footer.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_body.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_foot.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_head.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage default_toolbar.php
|
||||
|
@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version @update number 516 of this MVC
|
||||
@build 29th October, 2017
|
||||
@version @update number 517 of this MVC
|
||||
@build 30th October, 2017
|
||||
@created 6th May, 2015
|
||||
@package Component Builder
|
||||
@subpackage view.html.php
|
||||
|
Loading…
Reference in New Issue
Block a user