Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forms system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 May 2013 at 00:44 UTC
Updated:
29 Jul 2014 at 22:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerComment #2
ParisLiakos commentedtagging
Comment #3
Crell commentedI'm not sure I'd even bother removing form and form_state at the end. It doesn't hurt anything, does it?.
Otherwise, I like this cleanup.
Comment #4
dawehnerI hope noone has the idea to put 'form' into the request attributes manually.
Comment #5
Crell commentedMm, true, that would cause a problem. Effectively then we just blacklist those two variable names. Are we OK doing that?
Comment #6
dawehnerLet's agree on that.
Comment #8
dawehnerLet us go with #1 because it is safer.
Comment #9
tim.plunkett#1 is RTBC
Comment #11
dawehnerJust reupload the one in #1
Comment #12
tim.plunkettThis removes a HUGE DrupalWTF in that half of controllers can get Request $request, but not forms.
Comment #13
tim.plunkett#11: drupal-1998166-11.patch queued for re-testing.
Comment #14
alexpottCommitted 040ff57 and pushed to 8.x. Thanks!