Rename ManiphestTransactionPro -> ManiphestTransaction
Summary: Ref T2217. Pro is the new standard. Test Plan: Lots of `grep`, made a pile of Maniphest views/edits. Reviewers: btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T2217 Differential Revision: https://secure.phabricator.com/D7093
This commit is contained in:
@@ -153,7 +153,7 @@ final class ManiphestTaskEditController extends ManiphestController {
|
||||
$placeholder_editor,
|
||||
PhabricatorTransactions::TYPE_CUSTOMFIELD,
|
||||
array(
|
||||
id(new ManiphestTransactionPro())
|
||||
id(new ManiphestTransaction())
|
||||
->setOldValue($aux_old_value)
|
||||
->setNewValue($aux_new_value),
|
||||
));
|
||||
@@ -210,7 +210,7 @@ final class ManiphestTaskEditController extends ManiphestController {
|
||||
'ip' => $request->getRemoteAddr(),
|
||||
));
|
||||
|
||||
$template = new ManiphestTransactionPro();
|
||||
$template = new ManiphestTransaction();
|
||||
$transactions = array();
|
||||
|
||||
foreach ($changes as $type => $value) {
|
||||
|
||||
Reference in New Issue
Block a user