1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-18 19:40:55 +01:00

Always show repository in Differential emails.

Summary: Ref T5137. A slight modification to D9609, such that the repository is always included in Differential emails. Otherwise "Accepted", "Closed" and "Requested Changes To" emails don't include the repository.

Test Plan: Not tested.

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T5137

Differential Revision: https://secure.phabricator.com/D9728
This commit is contained in:
Joshua Spence 2014-06-26 04:52:34 +10:00
parent aedb694ad6
commit ad22508e4f

View file

@ -152,10 +152,6 @@ final class DifferentialRepositoryField
PhabricatorApplicationTransactionEditor $editor,
array $xactions) {
if (!$editor->getDiffUpdateTransaction($xactions)) {
return;
}
$repository = $this->getObject()->getRepository();
if ($repository === null) {
return;