Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
shortcut.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
24 Apr 2013 at 17:25 UTC
Updated:
29 Jul 2014 at 22:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tim.plunkettMight be interesting.
Comment #2
tim.plunkettComment #4
tim.plunkett#2: shortcut-1978970-2.patch queued for re-testing.
Comment #5
tim.plunkett#2: shortcut-1978970-2.patch queued for re-testing.
Comment #6
tim.plunkett#2: shortcut-1978970-2.patch queued for re-testing.
Comment #8
tim.plunkettReroll
Comment #9
Crell commentedThis function has been expunged. Return an appropriate redirect object instead.
Comment #10
tim.plunkettHad to reroll anyway, the drupal_goto was swapped out for
return new RedirectResponse(url('<front>', array('absolute' => TRUE)));Comment #11
Crell commentedurl()? No generator? Generator please. :-)
Comment #12
tim.plunkettYeah yeah :)
Comment #13
tim.plunkettTaggin.
Comment #15
tim.plunkett#12: shortcut-1978970-12.patch queued for re-testing.
Comment #16
Crell commentedThank you. :-)
Comment #17
dawehner_controller is probably enough, as we just redirect.
Comment #18
tim.plunkettMade that change
Comment #19
Crell commentedBot can disagree if it wants.
Comment #20
dawehnerback to RTBC
Comment #21
alexpottCommitted 4852362 and pushed to 8.x. Thanks!