Skip to content

Fixed the handling of Ranges for containers being DataObjects

Sebastien Ponce requested to merge fixRangeDataObjects into future

The changes done for handling ranges when Datahandles are involved did break the case of Ranges on containers being DataObjects (e.g. KeyedContainer). Indeed, this are stored directly in the TES, without any warpping, but were expected to be wrapped when read back in GetDataHelper

Merge request reports