Data synchro: if the object is deleted from within iTop, do cleanup sync table and replica as well

SVN:trunk[1223]
This commit is contained in:
Romain Quetiez
2011-04-21 09:04:34 +00:00
parent 69f21b9b79
commit b7bd1a5943
3 changed files with 26 additions and 14 deletions

View File

@@ -2292,9 +2292,9 @@ EOF
}
}
protected function DoCheckToDelete()
protected function DoCheckToDelete(&$oDeletionPlan)
{
parent::DoCheckToDelete();
parent::DoCheckToDelete($oDeletionPlan);
// Plugins
//