diff --git a/setup/modelfactory.class.inc.php b/setup/modelfactory.class.inc.php index b7874b2ec5..ef6a95d94b 100644 --- a/setup/modelfactory.class.inc.php +++ b/setup/modelfactory.class.inc.php @@ -1095,6 +1095,12 @@ EOF } } } + $oNodesToClean = $oDelta->GetNodes('/itop_design//*[@_altered_in]'); + foreach($oNodesToClean as $oNode) + { + $oNode->removeAttribute('_altered_in'); + } + if ($aAttributes != null) { foreach ($aAttributes as $sAttribute => $value)