Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Nov 2014 at 14:09 UTC
Updated:
12 Jan 2015 at 20:14 UTC
Jump to comment: Most recent, Most recent file
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!