Files
test2/source
Bastien Montagne a649ff7b98 Fix broken 'replace object in collection' code.
Code was not handling properly the case where the new object that should
replace the old one in given collection is already in the collection. In
such case, remove the old object from the collection, but do not attempt
to add the new one again.
2023-04-24 19:35:11 +02:00
..