Closed (fixed)
Project:
Views (for Drupal 7)
Version:
7.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2011 at 16:51 UTC
Updated:
29 Apr 2011 at 09:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
kickingsawdust commentedBump. Hi dasjo, curious as to what you changed to work around this.
Comment #2
finex commentedHi! I'm experiencing the same problem using latest -dev version.
Comment #3
dasjokickingsawdust: as i have my views config in-code using the features module, i can manually apply the changes for filters in code
Comment #4
dawehnerIt's working fine here.
Can you please help us to reproduce the problem? No idea how we could fix this when the problem itself does not appear.
Comment #5
kickingsawdust commentedWhat I did to get this problem was create a simple view and then set a filter on Content Type. When I saved it didn't set it to only show the content type I wanted so I clicked on the filter by name in the Filter Criteria section. This opened up the screen you can see in views_looping_1.png. Here I checked the content type I wanted and ticked "is one of" followed by "Apply (all displays) which took me to views_looping_2.png. From there I did basically the same thing and clicked Apply (all displays) which took me back to views_looping_1.png. This continues forever never letting you out. If you click the X to exit in the top right it closes this window but nothing you are trying to set ever gets set.
Comment #6
merlinofchaos commentedI see. This was caused by the code that changes the text of the button. Drupal doesn't recognize the button clicked and picks the first button on the form, which is the expose button.
I just checked in a fix.
Comment #7
finex commentedThanks for the fix! It solved this issue :-)