(retrofit) (internal) Remove _altered_in when exporting the delta.

SVN:2.2.0[3850]
This commit is contained in:
Denis Flaven
2015-12-14 13:11:58 +00:00
parent 81b7fc25b3
commit beaaa163bb

View File

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