@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

Josh Cox 0fc05ab4 6649b0ce

+1
+1
src/applications/people/controller/PhabricatorPeopleProfileViewController.php
··· 293 293 ->setHeader($badge->getName()) 294 294 ->setSubhead($badge->getFlavor()) 295 295 ->setQuality($badge->getQuality()) 296 + ->setHref($badge->getViewURI()) 296 297 ->addByLine($awarder_info); 297 298 298 299 $flex->addItem($item);