Recently upgraded from 2.8 to 2.9, using only core views, no extra views plugins so far. I'm seeing the above error a great deal when editing a view in the admin. The marked field (in red) is the display selector for the preview form fragment.
I'm trying to narrow down a pattern now. Will report back if I am able.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | 766046-preview-broken-on-new-display.patch | 2.42 KB | merlinofchaos |
Comments
Comment #1
dawehnerThe only thing i can imagine is the disable automatic preview checkbox, but it worked fine for a long time.
Comment #2
Crell commentedOK, it looks like it happens on the first update I make to a display after it's added. Changing the title, adding a field, adding a sort, whatever it is, the very first change gives that error. Subsequent edits do not.
To me that suggests that the select box of available displays to preview is not being updated properly when a new display is created, perhaps?
Comment #3
merlinofchaos commentedDo a shift refresh and make sure your browser has the most current javascript.
Comment #4
Crell commentedClear Drupal cache. Clear browser cache. Shift refresh. Add new display. Edit the title field. Error appears. I've tried with Page, Block, and Content Pane display types. Same thing in each case.
Comment #5
merlinofchaos commentedFixed in 6.x -- I don't know if this applies to 7.x or not. Probably not.
Comment #6
dawehnerPorted and commited
Comment #8
attiks commentedFor reference, issue was probably caused by #811542: Regression: Required radios throw illegal choice error when none selected
Edit: never mind I misread the date