@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.

Also fix the Maniphest internal EditEngine route

See D14717.

+4
+4
src/applications/maniphest/editor/ManiphestEditEngine.php
··· 37 37 return pht('Create Task'); 38 38 } 39 39 40 + protected function getEditorURI() { 41 + return $this->getApplication()->getApplicationURI('task/edit/'); 42 + } 43 + 40 44 protected function getCommentViewHeaderText($object) { 41 45 $is_serious = PhabricatorEnv::getEnvConfig('phabricator.serious-business'); 42 46 if (!$is_serious) {