Resolved export issue that dropped the layouts, and did not export them.

This commit is contained in:
Llewellyn van der Merwe 2017-10-30 22:01:34 +02:00
parent 5553e2b822
commit 3d6fb89adb
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
19 changed files with 39 additions and 39 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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