mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
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:
@@ -2292,9 +2292,9 @@ EOF
|
||||
}
|
||||
}
|
||||
|
||||
protected function DoCheckToDelete()
|
||||
protected function DoCheckToDelete(&$oDeletionPlan)
|
||||
{
|
||||
parent::DoCheckToDelete();
|
||||
parent::DoCheckToDelete($oDeletionPlan);
|
||||
|
||||
// Plugins
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user