Drop "-pro" suffix and "editpro" URIs for EditEngine in Maniphest
Summary: Ref T9908. Move all the "pro" stuff into the old locations. Test Plan: Created/edited tasks, looked at URIs, saw non-pro ones. Grepped for `editpro`. Reviewers: chad Reviewed By: chad Maniphest Tasks: T9908 Differential Revision: https://secure.phabricator.com/D14717
This commit is contained in:
@@ -778,9 +778,9 @@ final class PhabricatorProjectBoardViewController
|
||||
->loadDefaultEditConfiguration();
|
||||
if ($edit_config) {
|
||||
$form_key = $edit_config->getIdentifier();
|
||||
$create_uri = "/maniphest/editpro/form/{$form_key}/";
|
||||
$create_uri = "/maniphest/task/edit/form/{$form_key}/";
|
||||
} else {
|
||||
$create_uri = '/maniphest/editpro/';
|
||||
$create_uri = '/maniphest/task/edit/';
|
||||
}
|
||||
|
||||
return $create_uri;
|
||||
|
||||
Reference in New Issue
Block a user