Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
27 Mar 2014 at 17:55 UTC
Updated:
29 Jul 2014 at 23:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerHere we go.
Comment #2
damiankloip commentedLooks good to me. Looks like it needs an issue summary though.
Comment #3
dawehnerComment #4
xjmComment #5
dawehner/me gets so sad if people don't review small patches
Comment #6
dawehner.
Comment #7
dawehnerComment #8
tim.plunkettThis is a big improvement semantically, and its all internal anyway, so the extra verbosity is not a problem.
Comment #9
webchickSorry, I can't even begin to fathom how to read that new code, so passing this one onto alexpott.
If this kind of code is what #2124749: [meta] Stop using $request->attributes->get(MAGIC_KEY) as a public API is going to bring us all over, though, colour me concerned. :(
Comment #10
dawehnerWell, this usecase would never be used by any custom/contrib module besides view so I don't give a shit about what people consider as DX.
Comment #11
alexpottMakes sense to me - and yep this is not a dx issue since it is all internal to views. I agree with Tim this is much more semantically correct.
Committed 52da190 and pushed to 8.x. Thanks!