Replies: 3 comments
-
Thanks for the report! Unfortunately there are use cases for un-named devices, as well as for devices whose names are locally (but not globally) unique, so I don't believe we'll be able to change this behavior without breaking those use cases. |
Beta Was this translation helpful? Give feedback.
-
@glennmatthews Than maybe adding the primary-key value to the export/import will help to select a unique record |
Beta Was this translation helpful? Give feedback.
-
We might discuss how we can assert a unique identifier with the Ultimately this is a bigger issue, because the From a usability perspective, this behavior is surprising and undesirable because when exported This complicates export, and import all the same without primary keys also being used. Using primary keys on import is also not desirable, because more often than not you want to be creating new objects that wouldn't have primary keys in the first place. Coming up with a solution for this is going to take some time, and since it will introduce changes to the API, the data model, and therefore the database schema, it will have to be slated for a future release so that we can plan ahead. |
Beta Was this translation helpful? Give feedback.
-
Environment
Steps to Reproduce
Expected Behavior
In my opinion the
name
field must be a required field to ensure a unique datasetObserved Behavior
see screenshot
Beta Was this translation helpful? Give feedback.
All reactions