Page MenuHomePhabricator

D11716.diff
No OneTemporary

D11716.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, Jun 1, 4:05 AM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6288412
Default Alt Text
D11716.diff (1 KB)

Event Timeline