Community
Participate
Working Groups
When implementing the customAnalysisView extension point. If a tree contains nodes that can be accessed from more than one path, the tree does not retain the path of the expanded node on refresh. For example: Before refresh: - Node(id=1) - Node(id=a) - Other data for id=1 - Node(id=a) - Other data for id=a After refresh: - Node(id=1) - Node(id=a) - Other data for id=a - Other data for id=1 - Node(id=a) Here Node(id=a) is expanded in another location than expected.
Created attachment 174498 [details] Patch to restore by treepath
Jonathan, Please review. Thanks!
Patch checked into HEAD.
Closing.