mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 06:28:46 +02:00
N°2746 - New Attribute Enum Set
XML migration from 1.7 to 1.6
This commit is contained in:
@@ -751,6 +751,10 @@ class iTopDesignFormat
|
||||
// -- 2314 : remove "themes" nodes
|
||||
$sPath = "/itop_design/branding/themes";
|
||||
$this->RemoveNodeFromXPath($sPath);
|
||||
|
||||
// -- 2746 - remove attributes Enum Set
|
||||
$sPath = "/itop_design/classes/class/class/fields/field[@xsi:type='AttributeEnumSet']";
|
||||
$this->RemoveNodeFromXPath($sPath);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user