Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
6 May 2013 at 09:01 UTC
Updated:
29 Jul 2014 at 22:17 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
damiankloip commentedI'll knock this one off the list.
Comment #2
internetdevels commentedAs this issue hasn`t been fixed yet we are going to work on it today during Code Sprint UA
Comment #3
internetdevels commentedPatch attached.
Comment #4
podarok#3 looks good
due to CodeSprintUA - bot overloaded and patch successfully run on dev server via all tests
If bot green - RTBC
Comment #6
rosk0#3: drupal-convert_menu_login_callback-1987734-3.patch queued for re-testing.
Comment #7
dawehnerThis was just a random test error.
Comment #8
ramlev commentedComment #9
ramlev commentedRerolled the patch to work on 8.x
Comment #10
juampynr commentedMissing documentation blocks in this file, plus the class should implement ControllerInterface.
See https://drupal.org/node/1953346 for an example.
This needs a docblock.
Comment #11
juampynr commentedIgnore my comment above.
I wonder why this is not a controller and instead is a POPO. Shouldn't this implement ControllerInterface?
Comment #12
damiankloip commentedI think this is fine, as you only really need ControllerInterface if you have dependencies you need to inject.
Comment #13
alexpottlet's remove the whole menu item here...
Comment #14
juampynr commentedHere you are.
Comment #15
dawehnerPerfect. Potentially you dropped the "()" but I don't care at all.
Comment #16
alexpottCommitted 35ab9ae and pushed to 8.x. Thanks!