Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2012-06-01] Expand tree nodes when navigating in pages list view #448

Open
silverstripe-issues opened this issue Apr 3, 2013 · 1 comment

Comments

@silverstripe-issues
Copy link

created by: @chillu (ischommer)
created at: 2012-06-01
original ticket: http://open.silverstripe.org/ticket/7420


When navigating into deeper levels of the page list view, the tree view stays the same.
Expand tree nodes as required (which might necessitate loading more nodes via AJAX).
Also applies to the assets view, ideally implemented in a generic way which applies to both.
Related to #421

We could mark the parent node from the list view as selected in the tree as well,
but that'll get weird once you switch back to using the tree. E.g. you might think
that batch actions only apply to the selected node (but they're reliant on the checkbox selections).
There's also no way to "unselect" a selected node in the tree.
Note: When I say "selected node", I mean the light blue background styling, not the checkbox state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants