#16212: Improve multiple sort UX
-------------------------------+------------------------------------
     Reporter:  idangazit      |                    Owner:  nobody
         Type:  New feature    |                   Status:  new
    Component:  contrib.admin  |                  Version:  SVN
     Severity:  Normal         |               Resolution:
     Keywords:                 |             Triage Stage:  Accepted
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  1
-------------------------------+------------------------------------

Comment (by jimallman <jim@…>):

 Replying to [comment:17 IonelMaries]:
 > You can't change the order of the fields after the refactor in [1]
 (16899) - the order of the fields is always picked ascending. Eg: you
 can't pick ordering equivalent to "?o=3.2.1" from the UI.


 This works fine for me. Some details:

 I'm running the latest Django 1.4 pre-alpha, and I can freely change the
 order in Safari (Mac), Firefox (Mac), IE8 (WinXP), IE8 (7-compatible,
 WinXP). All changes are accurately reflected in the new URL and in the
 displayed data. I'm testing using the user management page
 (/admin/auth/user/), and I can easily walk this series of URLs:

 http://localhost:8000/admin/auth/user/?o=-5.1.2

 ... then toggle 'Staff status' column...

 http://localhost:8000/admin/auth/user/?o=5.1.2

 ... then click to add 'First name' as new first sort...

 http://localhost:8000/admin/auth/user/?o=3.5.1.2

 ... then click 'Username' column to remove from sorting headers...

 http://localhost:8000/admin/auth/user/?o=3.5.2

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16212#comment:18>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to