question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

complex properties removed each time some other property is updated

See original GitHub issue

We 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: image

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:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
franpb90commented, Oct 21, 2021

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!

1reaction
ccrowley96commented, Oct 20, 2021

@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.

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - (is there an) Easy way to check if property in (complex ...
I concur. As a simpler route, you could just add isChanged as a property of the object, but you would have to go...
Read more >
Observers and computed properties ... - Polymer library
A multi-property observer is called each time an observable change is made to one of the dependencies, unless the new value for one...
Read more >
INotifyPropertyChanged Is Obsolete - CODE Magazine
This event is to be fired every time one of the properties is changed. The problem with this interface is in the code...
Read more >
What to Do When a Tenant Leaves Their Stuff Behind
Tenants often leave items behind. Learn what the responsibiltiies of a property manager or landlord are, including how to return the items.
Read more >
[UA→GA4] Comparing metrics: Google Analytics 4 vs ...
Universal Analytics tracks screenviews in separate mobile-specific properties, whereas GA4 combines both web and app data in the same property. If you are ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found