With match-on-UID on or off, RDSRs are not matched the first time they are imported after an upgrade to 0.9.0b6.
Confirmed by @dplatten with match-on-UID off, and @edmcdonagh with match-on-uid on.
Need to fix or document for final release. Preferably the former!
We use a
get_or_create
on theUniqueEquipmentNames
table, and as we have added an extra field,device_observer_uid
, I think it will always create a new entry.I guess we could add some code to check if we have created anew entry then see if there is an identical one with a blank observer uid and copy the name for that?