From 0fc05ab47edd451969c025a09661ac71f5c5a708 Mon Sep 17 00:00:00 2001 From: Josh Cox Date: Tue, 27 Sep 2016 02:15:59 -0400 Subject: [PATCH] Link to badge view from people profile view Summary: Fixes T10715. Badges on the profile view now link to the badge view Test Plan: Went to the profile view and clicked the link. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, yelirekim Maniphest Tasks: T10715 Differential Revision: https://secure.phabricator.com/D16604 --- .../people/controller/PhabricatorPeopleProfileViewController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/people/controller/PhabricatorPeopleProfileViewController.php b/src/applications/people/controller/PhabricatorPeopleProfileViewController.php index 4621aba3c5..657fd0435e 100644 --- a/src/applications/people/controller/PhabricatorPeopleProfileViewController.php +++ b/src/applications/people/controller/PhabricatorPeopleProfileViewController.php @@ -293,6 +293,7 @@ final class PhabricatorPeopleProfileViewController ->setHeader($badge->getName()) ->setSubhead($badge->getFlavor()) ->setQuality($badge->getQuality()) + ->setHref($badge->getViewURI()) ->addByLine($awarder_info); $flex->addItem($item);