The display of issue credits for a user at u/%/issue-credits/% such as https://www.drupal.org/u/jacob.embree/issue-credits, contains dead links if the user is credited with issues in sandboxes. This is because the machine name of the project is the nid and drupal.org/project/[sandbox nid] is not valid. This bug currently lies in features/drupalorg_user/drupalorg_user.views_default.inc at line 497:
$handler->display->display_options['fields']['field_project_machine_name']['alter']['path'] = 'project/[field_project_machine_name]';

Comments

jacob.embree created an issue. See original summary.

drumm’s picture

Assigned: Unassigned » drumm

  • drumm committed 3307b3c on 7.x-3.x
    Issue #3023342: Correct linking to projects from issue credit listings
    
drumm’s picture

Status: Active » Fixed

Thanks for pointing this out, fixed!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.