Currently qa_package assumes that if attributeList references exist then the first entity (usually a dataTable) contains the attributeList and any subsequent entities in the list have references. I don't think this was the intent of the helper function match_reference_to_attributeList, but it seems to only return an index of 1.
This isn't pressing as attributeLists usually do fall on the first entity, but we should update it to make it smarter.
Currently
qa_packageassumes that ifattributeListreferences exist then the first entity (usually adataTable) contains theattributeListand any subsequent entities in the list have references. I don't think this was the intent of the helper functionmatch_reference_to_attributeList, but it seems to only return an index of 1.This isn't pressing as
attributeListsusually do fall on the first entity, but we should update it to make it smarter.