openmct/e2e/tests
Jesse Mazzella 201c669328
fix(#6455): fix Create modal tree infinite loop (#6462)
* 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>
2023-03-17 22:03:23 +00:00
..
framework Update copyright date (#6395) 2023-03-06 21:58:18 +04:00
functional fix(#6455): fix Create modal tree infinite loop (#6462) 2023-03-17 22:03:23 +00:00
performance Improvements to reduce repainting (#5876) 2023-03-17 20:07:57 +00:00
visual Improvements to reduce repainting (#5876) 2023-03-17 20:07:57 +00:00