Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
user.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
20 Jul 2014 at 04:47 UTC
Updated:
12 Aug 2014 at 23:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
a_thakur commentedPlease find the attached file.
Comment #3
a_thakur commentedComment #4
a_thakur commentedChanging status, will update this when https://www.drupal.org/node/2062043 is fixed.
Comment #5
KarlKedrovsky commented#2062043: Replace user_access() calls with $account->hasPermission() in core files is fixed. Un-postponing this issue.
I'm going to review this now.
Comment #6
KarlKedrovsky commentedI looked at the patch and ensured that all the comments and the function were removed and that no additional lines were added or change.
I searched the Drupal 8 code base to ensure no other references to the function existed and found a reference to the old function in a callback description that I believe should have been changed to the new method.
I also found the following similar functions or strings that I do not think we need to change:
Am I right that these two thing don't need to be changed.
Comment #7
socketwench commentedReviewing...
Comment #8
socketwench commentedLooks good to me.
Comment #9
alexpottCan we add this issue to the relevant change record. Thanks.
Comment #10
a_thakur commentedDone. Please check https://www.drupal.org/node/2049309
Comment #11
ParisLiakos commentedComment #12
alexpottCommitted 53b024d and pushed to 8.x. Thanks!