mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-19 18:28:39 +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:
parent
33c534f9b7
commit
4cd333b33f
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ final class ManiphestTransactionEditor
|
||||||
|
|
||||||
$body->addLinkSection(
|
$body->addLinkSection(
|
||||||
pht('TASK DETAIL'),
|
pht('TASK DETAIL'),
|
||||||
PhabricatorEnv::getProductionURI('/T'.$object->getID()));
|
$this->getObjectLinkButtonURIForMail($object));
|
||||||
|
|
||||||
|
|
||||||
$board_phids = array();
|
$board_phids = array();
|
||||||
|
|
Loading…
Add table
Reference in a new issue