@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
src/applications/maniphest/controller/ManiphestTaskDetailController.php
··· 145 145 id(new PhabricatorActionView()) 146 146 ->setName(pht('Edit Task')) 147 147 ->setIcon('fa-pencil') 148 - ->setHref($this->getApplicationURI("/task/edit/{$id}/")) 148 + ->setHref($this->getApplicationURI("/editpro/{$id}/")) 149 149 ->setDisabled(!$can_edit) 150 150 ->setWorkflow(!$can_edit)); 151 151