Closed (duplicate)
Project:
Administration Views
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2013 at 22:34 UTC
Updated:
8 Jan 2013 at 20:02 UTC
After updating to Drupal 7.18, I can no longer reset any admin views filters. Clicking the "Reset" button results in a redirect loop.
For example:
/admin/content?title=&type=All&author=&status=All&vid=All&op=Reset
/admin/people?name=&mail=&status=All&rid=All&op=Reset
I can verify this worked in Drupal 7.15 (fresh install), but after updating to 7.18, it stopped working.
Comments
Comment #1
damiankloip commentedYeah, this is a views issue. Not admin views. see #1844510: Views "Reset" button causes infinite redirect loop
Comment #2
figureone commentedGot it, thanks for the quick response! Sorry for not browsing the issues better before submitting.
I can verify that David's patch in #4 fixes the issue, for those that want a quick fix. Looks like a very small change.