From d85e1906b707407518df2a41f480af92584b8c8d Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 17 Mar 2020 12:03:10 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02746=20-=20New=20Attribute=20Enum=20Set?= =?UTF-8?q?=20XML=20migration=20from=201.7=20to=201.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/itopdesignformat.class.inc.php | 4 ++++ 1 file changed, 4 insertions(+) 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); } /**