Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects versions: 1.7
-
Fix versions: 1.7.9
-
Components: Data importer
-
Labels:
Description
The importer splitters (and anything else that uses DataMigrationUtils::_getID()) will expand any type restriction hierarchically due to the default behavior of caMakeTypeIDList(). In the context of splitters typically a specific type is targeted and expansion can cause hard-to-debug problems. We need to disable expansion in this context.