From ec2ad5ed6652af222ea45b81c4630d4a220f128b Mon Sep 17 00:00:00 2001 From: epriestley Date: Tue, 8 Dec 2015 12:53:11 -0800 Subject: [PATCH] Swap Maniphest to new edit form Summary: Ref T9908. This form has a reasonable behavior now after the global reordering stuff. Test Plan: Clicked "Edit Task". Reviewers: chad Reviewed By: chad Maniphest Tasks: T9908 Differential Revision: https://secure.phabricator.com/D14708 --- .../maniphest/controller/ManiphestTaskDetailController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/maniphest/controller/ManiphestTaskDetailController.php b/src/applications/maniphest/controller/ManiphestTaskDetailController.php index 456efd275e..4bd4d70430 100644 --- a/src/applications/maniphest/controller/ManiphestTaskDetailController.php +++ b/src/applications/maniphest/controller/ManiphestTaskDetailController.php @@ -145,7 +145,7 @@ final class ManiphestTaskDetailController extends ManiphestController { id(new PhabricatorActionView()) ->setName(pht('Edit Task')) ->setIcon('fa-pencil') - ->setHref($this->getApplicationURI("/task/edit/{$id}/")) + ->setHref($this->getApplicationURI("/editpro/{$id}/")) ->setDisabled(!$can_edit) ->setWorkflow(!$can_edit));