(internal) Remove _altered_in when exporting the delta.

SVN:trunk[3847]
This commit is contained in:
Denis Flaven
2015-12-09 15:23:46 +00:00
parent 76df404c8d
commit e92c6e5298

View File

@@ -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)