Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
menu.module
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
10 Aug 2013 at 09:16 UTC
Updated:
29 Jul 2014 at 22:45 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
internetdevels commentedIn some cases $request does not contain information about account. I've used $request instead, but looks like this issue requires more deep investigation.
Comment #2
andypostDepends on #2048223: Add $account argument to AccessCheckInterface::access() method and use the current_user service
Use Drupal::currentUser() service https://drupal.org/node/2032447
Comment #3
internetdevels commentedOnly one change left after re-rolling.
Comment #4
andypostgreat
Comment #5
catchCommitted/pushed to 8.x, thanks!