Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
ajax system
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
28 Mar 2014 at 19:41 UTC
Updated:
29 Jul 2014 at 23:30 UTC
Jump to comment: Most recent
replace in DialogController::dialog() from
if (!($options = $request->request->get('dialogOptions'))) {
$options = array();
}
to
$options = $request->request->get('dialogOptions', array());
| Comment | File | Size | Author |
|---|---|---|---|
| dialogcontroller_options.patch | 847 bytes | xandeadx |
Comments
Comment #1
larowlanNice cleanup
Comment #2
webchickNice!
Committed and pushed to 8.x. Thanks!