Sorting must work in trees as well
----------------------------------
Key: MGNLUI-106
URL: http://jira.magnolia-cms.com/browse/MGNLUI-106
Project: Magnolia UI
Issue Type: Sub-task
Security Level: Public
Affects Versions: 5.0 Alpha1 S7
Reporter: Andreas Weder
Priority: Major
Fix For: 5.0 Alpha1
Currently, you may only change the sort order in lists. However, you should be
able to also specify the sort order in trees.
The mechanics shall are the same: click on a column header to sort by the
attribute represented by the column. Clicking the same header again changes the
sort direction. The default sort order shall be to sort by name/title and in
ascending direction.
Sorting in a hierarchy (or tree) sorts all elements on a particular level among
themselves and does so on every level. If you e.g. have the following tree,
sorted by (node) titles, thus alphabetically, and in ascending order:
{code}
A
|--A
| D
B
|--U
{code}
..., if you then reverse the sort direction, you'll get:
{code}
B
|--D
| A
A
|--U
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------