From dcf4963e0c3a41e6b127af689225bec8fed61ea7 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Tue, 16 Apr 2019 17:15:15 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02152=20Fix=20bad=20XML=20generation=20wh?= =?UTF-8?q?en=20adding=20a=20dashboard=20attribute=20on=20a=20new=20class?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup/modelfactory.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/modelfactory.class.inc.php b/setup/modelfactory.class.inc.php index acce73681..be5483bed 100644 --- a/setup/modelfactory.class.inc.php +++ b/setup/modelfactory.class.inc.php @@ -2379,6 +2379,7 @@ class MFElement extends Combodo\iTop\DesignElement case 'added': case 'replaced': case 'needed': + case 'forced': // marked as added or modified, just reset the flag $oNode->removeAttribute('_alteration'); break;