Closed (fixed)
Project:
Prepopulate
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2012 at 13:47 UTC
Updated:
25 Dec 2012 at 16:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
Norberto Ostallo commentedThis patch introduces a new variable that is used in stead of directly writing into $_REQUEST.
Comment #2
jbrauer commentedWhile it's arguably generally the case that modules shouldn't overwrite $_REQUEST the very limited scope where preopulate does so here. This would seem to be the only case where this is happening:
This could be handled by storing the decoded request and merging it with the original $_REQUEST variable.
Thoughts?
Comment #3
jbrauer commentedMarking as fixed. Can always re-open if there is further discussion.