mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 02:42:40 +01:00
Remove temporary code
Summary: I //think// Maniphest has switched to real edges now. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D11716
This commit is contained in:
parent
ddc0041e73
commit
7cbdfbee24
1 changed files with 0 additions and 14 deletions
|
@ -536,13 +536,6 @@ final class ManiphestTransaction
|
||||||
$new_name);
|
$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:
|
case self::TYPE_ATTACH:
|
||||||
$old = nonempty($old, array());
|
$old = nonempty($old, array());
|
||||||
$new = nonempty($new, array());
|
$new = nonempty($new, array());
|
||||||
|
@ -794,13 +787,6 @@ final class ManiphestTransaction
|
||||||
$new_name);
|
$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:
|
case self::TYPE_ATTACH:
|
||||||
$old = nonempty($old, array());
|
$old = nonempty($old, array());
|
||||||
$new = nonempty($new, array());
|
$new = nonempty($new, array());
|
||||||
|
|
Loading…
Reference in a new issue