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:
parent
aedb694ad6
commit
ad22508e4f
1 changed files with 0 additions and 4 deletions
|
@ -152,10 +152,6 @@ final class DifferentialRepositoryField
|
|||
PhabricatorApplicationTransactionEditor $editor,
|
||||
array $xactions) {
|
||||
|
||||
if (!$editor->getDiffUpdateTransaction($xactions)) {
|
||||
return;
|
||||
}
|
||||
|
||||
$repository = $this->getObject()->getRepository();
|
||||
if ($repository === null) {
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue