1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

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
This commit is contained in:
epriestley 2015-12-08 12:53:11 -08:00
parent 3438664b38
commit ec2ad5ed66

View file

@ -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));