You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The identity function should return a stable reference.
If an internal address is specified, I think this should be the "primary key". It is also true that tne intAddr can be mapped multiple times but we already use the instance number to take this into account.
Describe the bug
Currently the ExtRef identity function is not stable for the case of:
If an IED has an ExtRef and an internal address and the user then does a subscription, then the identity is changed.
open-scd/src/foundation.ts
Lines 824 to 872 in e1b9568
The identity function should return a stable reference.
If an internal address is specified, I think this should be the "primary key". It is also true that tne
intAddr
can be mapped multiple times but we already use the instance number to take this into account.Expected behavior
@ca-d and I discussed, and tentatively propose:
The text was updated successfully, but these errors were encountered: