@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.

Correct link in Badges email

Summary: Fixes T9231, adds a correct link

Test Plan: read

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T9231

Differential Revision: https://secure.phabricator.com/D13950

+1 -1
+1 -1
src/applications/badges/editor/PhabricatorBadgesEditor.php
··· 201 201 202 202 $body->addLinkSection( 203 203 pht('BADGE DETAIL'), 204 - PhabricatorEnv::getProductionURI('/badge/view/'.$object->getID().'/')); 204 + PhabricatorEnv::getProductionURI('/badges/view/'.$object->getID().'/')); 205 205 return $body; 206 206 } 207 207