mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-14 01:38:18 +02:00
N°9639 - Clarify comment on deletion plan to indicate prevention of infinite loops
This commit is contained in:
@@ -111,6 +111,7 @@ class StaticDeletionPlan
|
||||
// Delete entries in Remote Class
|
||||
if (count($aRemoteIdsToRemove) !== 0) {
|
||||
$oDeletionPlanEntity->oDelete->Merge(new DeletionPlanItem($aRemoteIdsToRemove));
|
||||
// Infinite loops do not occurs due to the datamodel structure
|
||||
$this->DeletionPlanForReferencingClasses($sRemoteClass);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user