mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-01 01:18:22 +01:00
Fix the Maniphest edit form route
Didn't get this quite right in D14717.
This commit is contained in:
parent
b3fbf883e0
commit
7d0aaf5add
1 changed files with 2 additions and 2 deletions
|
@ -54,11 +54,11 @@ final class PhabricatorManiphestApplication extends PhabricatorApplication {
|
|||
'/T(?P<id>[1-9]\d*)' => 'ManiphestTaskDetailController',
|
||||
'/maniphest/' => array(
|
||||
'(?:query/(?P<queryKey>[^/]+)/)?' => 'ManiphestTaskListController',
|
||||
$this->getEditRoutePattern('edit/')
|
||||
=> 'ManiphestTaskEditController',
|
||||
'report/(?:(?P<view>\w+)/)?' => 'ManiphestReportController',
|
||||
'batch/' => 'ManiphestBatchEditController',
|
||||
'task/' => array(
|
||||
$this->getEditRoutePattern('edit/')
|
||||
=> 'ManiphestTaskEditController',
|
||||
'descriptionpreview/'
|
||||
=> 'PhabricatorMarkupPreviewController',
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue