mirror of
https://github.com/nasa/openmct.git
synced 2024-12-27 00:31:06 +00:00
201c669328
* fix(#6455): fix infinite loop - When the Create modal is opened, it defaults the object selected in the tree to the parent of the currently selected object. However, if this object is static, it can sometimes have a weird navigationPath and an edge case where we try to infinitely walk up the path to find the parent. - This adds a fail-safe to verify that the navigationPath by this point contains `/browse/mine` (thus is within a creatable path). If not, it sets the default selected tree item to the "My Items" folder --------- Co-authored-by: Andrew Henry <akhenry@gmail.com> |
||
---|---|---|
.. | ||
example | ||
planning | ||
plugins | ||
branding.e2e.spec.js | ||
couchdb.e2e.spec.js | ||
forms.e2e.spec.js | ||
menu.e2e.spec.js | ||
moveAndLinkObjects.e2e.spec.js | ||
notification.e2e.spec.js | ||
recentObjects.e2e.spec.js | ||
search.e2e.spec.js | ||
smoke.e2e.spec.js | ||
tree.e2e.spec.js |