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

Fix fatal in Maniphest

Summary:
Fixes T9596.

Was unable to navigate to a task in Maniphest.

Test Plan: navigate to that task.

Reviewers: #blessed_reviewers, epriestley, avivey, tycho.tatitscheff

Reviewed By: avivey, tycho.tatitscheff

Subscribers: tycho.tatitscheff, avivey, Korvin

Maniphest Tasks: T9596

Differential Revision: https://secure.phabricator.com/D14300

+2 -2
+2 -2
src/applications/maniphest/controller/ManiphestTaskDetailController.php
··· 418 418 id(new PhabricatorActionView()) 419 419 ->setName(pht('Create Subtask')) 420 420 ->setHref($this->getApplicationURI("/task/create/?parent={$id}")) 421 - ->setIcon('fa-level-down')) 421 + ->setIcon('fa-level-down') 422 422 ->setDisabled(!$can_create) 423 - ->setWorkflow(!$can_create); 423 + ->setWorkflow(!$can_create)); 424 424 425 425 $view->addAction( 426 426 id(new PhabricatorActionView())