mirror of
https://github.com/nasa/openmct.git
synced 2025-03-23 20:45:17 +00:00
Repair tree node auto-expand/highlight behavior, to address WTD-627. Specifically: * Check the full path when deciding to highlight, instead of just the parent. This avoids duplicate highlighting in cases where the same parent is visible in two subtrees. * Don't make a redundant getId call in path-checking; domain object paths have already been mapped to identifier paths at this point. This avoids erroneous auto-expansion of the whole tree.
This directory contains bundles containing common user interface elements of Open MCT Web; that is, the user interface for the application as a whole (as opposed to for specific features) is implemented here.