mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
N°2806 - Fix errors on legacy portal "portal" tag during migration to iTop 2.7
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user