mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°2163 DB*Tracked methods : modifications after review with Romain
Previous commit : 24eb82d1
Use \CMDBObject::SetTrackInfo
Move \CMDBObject::SetCurrentChange calls at the top most level of the stacks
Restore old behaviors that were removed in previous commit
This commit is contained in:
@@ -4433,7 +4433,7 @@ EOF
|
||||
*
|
||||
* @param \WebPage $oP
|
||||
* @param $sClass
|
||||
* @param $aObjects
|
||||
* @param \DBObject[] $aObjects
|
||||
* @param $bPreview
|
||||
* @param $sCustomOperation
|
||||
* @param array $aContextData
|
||||
@@ -4453,7 +4453,7 @@ EOF
|
||||
}
|
||||
else
|
||||
{
|
||||
$oObj->DBDelete();
|
||||
$oObj->DBDelete($oDeletionPlan);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user