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
If a model (B) extends another model (A), when you hover over a twin of model B it shows the description from model A. If a model (C) extends model B then it will still show the description for model A. Please see screenshots showing a concrete example where model "orchard" extends "addressable" which extends "geolocatable", hovering over an orchard twin shows the description from the geolocatable model.
The text was updated successfully, but these errors were encountered:
* Fixes a number of bugs filed in ADO for the explorer
* Increased icon contast for control toolbars; changed default to caching off
* Only show first inheritance base in model graph viewer
* Updated AdtUrl configuration logic
* Fixed toggle colors in high contrast mode
* Changed favicon.ico to favicon.png
* Added flag to components to indicate if they are extended. Use this flag to only show components present on the same model
* Fixes#182 Added flag to components to indicate if they are extended. Use this flag to only show components present on the same model
* Fixes#226 - hovering over twin would show displayName and description of inherited model rather than base model
* Added model upload result message bar and modal with details on uploaded data
* CR fixes
* Bumped cardboard dep to fix schemas referencing issue in PI
* Fixed tab order bug with model relationships toggle panel
If a model (B) extends another model (A), when you hover over a twin of model B it shows the description from model A. If a model (C) extends model B then it will still show the description for model A. Please see screenshots showing a concrete example where model "orchard" extends "addressable" which extends "geolocatable", hovering over an orchard twin shows the description from the geolocatable model.
The text was updated successfully, but these errors were encountered: