mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-20 17:18:51 +02:00
Merge remote-tracking branch 'origin/develop' into feature/backoffice-full-moon-design
# Conflicts: # application/ajaxwebpage.class.inc.php # application/csvpage.class.inc.php # application/displayblock.class.inc.php # application/itopwebpage.class.inc.php # application/utils.inc.php # application/webpage.class.inc.php # application/xmlpage.class.inc.php # datamodels/2.x/itop-config-mgmt/datamodel.itop-config-mgmt.xml # datamodels/2.x/itop-knownerror-light/datamodel.itop-knownerror-light.xml # datamodels/2.x/itop-service-mgmt/datamodel.itop-service-mgmt.xml # datamodels/2.x/itop-tickets/datamodel.itop-tickets.xml # js/components/breadcrumbs.js # pages/navigator.php # test/core/DBSearchTest.php
This commit is contained in:
@@ -1565,7 +1565,7 @@ EOF
|
||||
$oRootNode = $oXMLDoc->createElement('dashboard'); // make sure that the document is not empty
|
||||
$oRootNode->setAttribute('xmlns:xsi', "http://www.w3.org/2001/XMLSchema-instance");
|
||||
$oXMLDoc->appendChild($oRootNode);
|
||||
foreach($oDashboardDefinition->childNodes as $oNode)
|
||||
foreach ($oDashboardDefinition->childNodes as $oNode)
|
||||
{
|
||||
$oDefNode = $oXMLDoc->importNode($oNode, true); // layout, cells, etc Nodes and below
|
||||
$oRootNode->appendChild($oDefNode);
|
||||
@@ -2139,7 +2139,7 @@ EOF
|
||||
$oRootNode = $oXMLDoc->createElement('dashboard'); // make sure that the document is not empty
|
||||
$oRootNode->setAttribute('xmlns:xsi', "http://www.w3.org/2001/XMLSchema-instance");
|
||||
$oXMLDoc->appendChild($oRootNode);
|
||||
foreach($oDashboardDefinition->childNodes as $oNode)
|
||||
foreach ($oDashboardDefinition->childNodes as $oNode)
|
||||
{
|
||||
$oDefNode = $oXMLDoc->importNode($oNode, true); // layout, cells, etc Nodes and below
|
||||
$oRootNode->appendChild($oDefNode);
|
||||
|
||||
Reference in New Issue
Block a user