Page MenuHomePhabricator

D11716.id28191.diff
No OneTemporary

D11716.id28191.diff

diff --git a/src/applications/maniphest/storage/ManiphestTransaction.php b/src/applications/maniphest/storage/ManiphestTransaction.php
--- a/src/applications/maniphest/storage/ManiphestTransaction.php
+++ b/src/applications/maniphest/storage/ManiphestTransaction.php
@@ -536,13 +536,6 @@
$new_name);
}
- case self::TYPE_EDGE:
- // TODO: Remove this when we switch to real edges. Just reuse the
- // code in the parent;
- $clone = clone $this;
- $clone->setTransactionType(PhabricatorTransactions::TYPE_EDGE);
- return $clone->getTitle();
-
case self::TYPE_ATTACH:
$old = nonempty($old, array());
$new = nonempty($new, array());
@@ -794,13 +787,6 @@
$new_name);
}
- case self::TYPE_EDGE:
- // TODO: Remove this when we switch to real edges. Just reuse the
- // code in the parent;
- $clone = clone $this;
- $clone->setTransactionType(PhabricatorTransactions::TYPE_EDGE);
- return $clone->getTitleForFeed();
-
case self::TYPE_ATTACH:
$old = nonempty($old, array());
$new = nonempty($new, array());

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 5, 9:51 AM (6 h, 34 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7724022
Default Alt Text
D11716.id28191.diff (1 KB)

Event Timeline