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

damiankloip’s picture

Status: Active » Closed (duplicate)

Yeah, this is a views issue. Not admin views. see #1844510: Views "Reset" button causes infinite redirect loop

figureone’s picture

Got 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.