mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-05 17:14:20 +01:00
(retrofit) (internal) Remove _altered_in when exporting the delta.
SVN:2.2.0[3850]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user