N°2806 - Fix errors on legacy portal "portal" tag during migration to iTop 2.7

This commit is contained in:
Molkobain
2020-02-26 17:17:56 +01:00
parent e2a3e0e74f
commit 6645a5053f

View File

@@ -729,6 +729,10 @@ class iTopDesignFormat
$sXPath = '/itop_design/constants/constant[@id="'.$sConstantIDToRemove.'"]';
$this->RemoveNodeFromXPath($sXPath);
}
// N°2806 Clean legacy portal "portal" node
$sXPath = '/itop_design/portals/portal[@id="legacy_portal"]';
$this->RemoveNodeFromXPath($sXPath);
}
/**