getting 'This webpage has a redirect loop' error when i click on Reset button. Its happening to my custom view using exposed filter. Then i noticed even its happening to this page too: http:/XX/admin/content?status=All&type=page&title=&langcode=All&op=Reset
goto: www.simplytest.me and fire up drupal instance using 8.x beta2 .
-- Goto content
-- filter on anything
-- this will bring up reset
-- press - reset.
my thanks to simplytest.me!
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | interdiff.txt | 541 bytes | olli |
| #6 | 2370313-6.patch | 1.42 KB | olli |
| #2 | 2370313-2.patch | 1.39 KB | olli |
| #2 | 2370313-test.patch | 840 bytes | olli |
| #1 | 2370313-1.patch | 586 bytes | olli |
Comments
Comment #1
olli commentedThis seems to fix it.
Comment #2
olli commentedThis looks like the same fix as in #1826008: Exposed form reset doesn't work..
Comment #4
aspilicious commentedsounds pretty major to me
Comment #5
dawehnerOne thing which d7 does as well is to reset the $form_state values ... did we considered to do this here?
Comment #6
olli commentedSomething like this?
Comment #7
spadxiii commentedLooks good, setting to RTBC.
Reproduced the results on a local install of d8 beta4. Before the patch, resetting a filtered view was broken (redirect loop), after applying patch, everything was working great!
Comment #8
webchickCommitted and pushed to 8.0.x. Thanks!