1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 14:52:41 +01:00

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
This commit is contained in:
Arturas Moskvinas 2019-12-09 13:02:14 +02:00
parent 33c534f9b7
commit 4cd333b33f

View file

@ -226,7 +226,7 @@ final class ManiphestTransactionEditor
$body->addLinkSection(
pht('TASK DETAIL'),
PhabricatorEnv::getProductionURI('/T'.$object->getID()));
$this->getObjectLinkButtonURIForMail($object));
$board_phids = array();