Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
shortcut.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
18 Mar 2013 at 04:26 UTC
Updated:
29 Jul 2014 at 22:03 UTC
Jump to comment: Most recent file
Comments
Comment #1
tim.plunkettOkay, here's a conversion. However, it seems that _menu_link_translate() completely skips the applies() method of access checkers, and calls access() blindly. I'll have to check in with Crell on that.
Oh yeah, and all the breadcrumbs/active trail are screwed up.
Comment #3
tim.plunkettWhoops, shouldn't have outright removed shortcut_link_access().
Comment #5
tim.plunkettOkay, switched to an access controller.
We should scheme up a more generic one of those for entities.
Comment #7
tim.plunkett#5: shortcut-1945564-5.patch queued for re-testing.
Comment #8
tim.plunkettBlocked by #1947432: Add a generic EntityAccessCheck to replace entity_page_access()
Comment #9
tim.plunkettThis conversion is probably going to go in as part of #1947432: Add a generic EntityAccessCheck to replace entity_page_access(). Stay tuned.
Comment #10
jibranIt is fixed as per #9 and #1947432-57: Add a generic EntityAccessCheck to replace entity_page_access().
Comment #11
tim.plunkettAh, yes.