minor
minor
defect
major
#27408
AbstractFlexDataManager logs warning when loading the same object multiple times
The AbstractFlexDataManager.loadAll(...) method generates a warning stating "Multiple loads of object ..." if the same object appears multiple times in the passed-in baseObjects. However, this is valid (the signature is List, not Set) and does occur in practice, e.g., when multiple associations point to the same object and a `tl:AssociationNavigationPreload` is used to load the targets of the associations.
The issue was introduced by ticket #27057 and occurs in PVM.
As a workaround, the logger can be configured so that warnings of the category `com.top_logic.knowledge.service.db2.AbstractFlexDataManager ` are no longer logged.
Test
No test.