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

Use same method to get object URI as used in DifferentialTransactionEditor and PhabricatorApplicationTransactionEditor

Summary: Maniphest object has `getURI` method, let's use it

Test Plan: Create event in task - URI generated as expected in email notification

Reviewers: epriestley, Pawka, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin

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

+1 -1
+1 -1
src/applications/maniphest/editor/ManiphestTransactionEditor.php
··· 226 226 227 227 $body->addLinkSection( 228 228 pht('TASK DETAIL'), 229 - PhabricatorEnv::getProductionURI('/T'.$object->getID())); 229 + $this->getObjectLinkButtonURIForMail($object)); 230 230 231 231 232 232 $board_phids = array();