Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Oct 2013 at 09:11 UTC
Updated:
29 Jul 2014 at 23:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xanoComment #2
dawehnerCan we have some fix test?
Comment #3
Crell commentedThis is all being changed entirely by #2068471: Normalize Controller/View-listener behavior with a Page object anyway, and is going to conflict with that (as does everything, it seems). Since it's not failing any tests now, should we just let that issue fix it?
Comment #4
xanoI have some contrib tests that fail, because Views apparently returns a string instead of an array. I'll look up the exact code later.
Comment #5
dawehnerThat patch will just exist for ever, so we ensure that there is constant effort with rerolls.
But yeah this is throwing a notice on every views screen.
Comment #6
webchickYeah, agreed with getting this in to fix the bug for now. But one small point...
This comment is no longer accurate for what the code is doing. Should be moved below. I'd just do that myself, except I don't understand exactly what this is testing for. Is it something like:
Comment #7
xanoComment #8
dawehnerLet's get it in, for real.
Comment #9
tim.plunkettThis is a blocker for 5.4
Comment #10
alexpottCommitted 021452d and pushed to 8.x. Thanks!