N°2746 - New Attribute Enum Set

XML migration from 1.7 to 1.6
This commit is contained in:
Eric
2020-03-17 12:03:10 +01:00
parent f8df84aa7b
commit d85e1906b7

View File

@@ -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);
}
/**