mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-20 18:58:56 +01: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:
parent
3438664b38
commit
ec2ad5ed66
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue