complex properties removed each time some other property is updated
See original GitHub issueWe have been using ADT Explorer for 6 months using RealEstateCore Ontology (https://github.com/Azure/opendigitaltwins-building/tree/master/Ontology).
We are using externalIds property that is a complex property of type ‘Map’
{ "@type": "Property", "displayName": { "en": "External IDs" }, "name": "externalIds", "dtmi:dtdl:property:schema;2": { "@type": "Map", "dtmi:dtdl:property:mapKey;2": { "name": "externalIdName", "schema": "string" }, "dtmi:dtdl:property:mapValue;2": { "name": "externalIdValue", "schema": "string" } }, "writable": true }
Since the 18th of October, using the ADT Explorer of the Azure Portal (https://explorer.digitaltwins.azure.net/) we have experienced this warning:
If we use this ADT Explorer version, it deletes the property. I understand it is comparing the twin with the model, but until this other feature https://github.com/Azure-Samples/digital-twins-explorer/issues/164 about editing complex properties, is completed, it is a problem to work with complex properties.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top GitHub Comments
I have tested it now and it is working. Now I see a lot of “new” properties. Thank you very much for your quick support!
@franpb90 this issue should be fixed in
main
and the latest update to https://explorer.digitaltwins.azure.net/. Please let us know if you’re still having difficulties.