#6903: Go back to old change_list view after hitting save
---------------------------------------------+------------------------------
          Reporter:  jarrow                  |         Owner:  ramiro
            Status:  new                     |     Milestone:  1.2   
         Component:  django.contrib.admin    |       Version:  SVN   
        Resolution:                          |      Keywords:        
             Stage:  Design decision needed  |     Has_patch:  1     
        Needs_docs:  0                       |   Needs_tests:  0     
Needs_better_patch:  0                       |  
---------------------------------------------+------------------------------
Comment (by margieroginski):

 Has anyone thought about this issue of "sticky filters" with respect to
 the breadcrumbs in the changelist?  For example, say I filter my objects
 in the changelist view and then click on one of the objects to go to its
 change form.  Now my breadcrumbs contain something like:
    Home > !ObjectManager > Objects > Object_I_Clicked_On

 It seems to me that if I click on "Objects" in the breadcrumbs, that I
 would want to go back to my filtered change list, not the unfiltered
 change list.

 I'm mentioning this because it seems like it would be nice to have a
 solution that could be extended to solve this as well (assuming others
 agree that the breadcrumbs should return you to the filtered change list).

 Margie

-- 
Ticket URL: <http://code.djangoproject.com/ticket/6903#comment:26>
Django <http://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 django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to