N°8807 - Error saving when a DoCheckToWrite check of the linkset fails

This commit is contained in:
Anne-Cath
2025-10-17 17:14:10 +02:00
parent 6226ac8746
commit b80aa236f2
4 changed files with 43 additions and 6 deletions

View File

@@ -859,6 +859,15 @@ class ormLinkSet implements iDBObjectSetIterator, Iterator, SeekableIterator
return $oLinkSet;
}
public function RemoveRemoved()
{
$this->aRemoved = [];
}
public function GetRemoved()
{
return $this->aRemoved ;
}
/**
* GetValues.
*