ignore non-descriptive branch name.
discovered a bug in LC Mapper that wasn't processing LCNAF props if RWO was a list--rwo[0] was just the first dictionary in the list, it wouldn't find any of the props. This works for dict and list RWO.
updated and had to update the base reconciler to check for rec['id'] first because of the fake reconrecs built in LCMapper.
ignore non-descriptive branch name. discovered a bug in LC Mapper that wasn't processing LCNAF props if RWO was a list--rwo[0] was just the first dictionary in the list, it wouldn't find any of the props. This works for dict and list RWO.
updated and had to update the base reconciler to check for rec['id'] first because of the fake reconrecs built in LCMapper.