-
Type:
Regression Bug
-
Status: Closed
-
Resolution: No Longer Reproducible
-
Affects Version/s: 7.0.0 Beta 4
-
Fix Version/s: 7.0.0 Beta 5
-
Component/s: Frontend Infrastructure
-
Labels:None
-
Fix Priority:3
The tree component receives a parameter called "selPlid" for the current node that should be open.
Since the tree has pagination (it shows a load more results link when there are more than 20 pages), this current node could be in the second page.
Previously, if the selected node was in the second page, the tree would load more results until it reached this point of the tree. Currently, no node is selected.