diff --git a/setup/modelfactory.class.inc.php b/setup/modelfactory.class.inc.php index 00b541e84..0eb9cbb51 100644 --- a/setup/modelfactory.class.inc.php +++ b/setup/modelfactory.class.inc.php @@ -1091,6 +1091,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)