diff --git a/setup/itopdesignformat.class.inc.php b/setup/itopdesignformat.class.inc.php index fbd39dfbc..0e2c77873 100644 --- a/setup/itopdesignformat.class.inc.php +++ b/setup/itopdesignformat.class.inc.php @@ -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); } /**