When creating user edit links then views is generally using user_edit_access() to determine permission of the current user. That ignores the fact that the access callback could have been changed by e.g. hook_menu_alter(). Attached is a patch that resolves that issue.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jurgenhaas’s picture

Status: Active » Needs review
FileSize
998 bytes
jurgenhaas’s picture

FileSize
904 bytes

Re-rolled for drush make.

karenann’s picture

Chris Matthews’s picture

Status: Needs review » Needs work

The 2 year old patch in #3 to views_handler_field_user_link_edit.inc applied cleanly to the latest views 7.x-3.x-dev and if still relevant needs to be reviewed.