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

Scuttle Workboards if Maniphest is not installed

Summary: fix T9718.

Test Plan: view project page when maniphest is and isn't. Look for Workboards.

Reviewers: #blessed_reviewers, chad

Reviewed By: #blessed_reviewers, chad

Subscribers: epriestley

Maniphest Tasks: T9718

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

authored by

Aviv Eyal and committed by
avivey
3dd2e1fc 97d74db9

+1 -1
+1 -1
src/applications/project/controller/PhabricatorProjectController.php
··· 70 70 $nav->setIconNav(true); 71 71 $nav->setBaseURI(new PhutilURI($this->getApplicationURI())); 72 72 $nav->addIcon("profile/{$id}/", $name, null, $picture); 73 - $nav->addIcon("board/{$id}/", pht('Workboard'), $board_icon); 74 73 75 74 $class = 'PhabricatorManiphestApplication'; 76 75 if (PhabricatorApplication::isClassInstalledForViewer($class, $viewer)) { 77 76 $phid = $project->getPHID(); 77 + $nav->addIcon("board/{$id}/", pht('Workboard'), $board_icon); 78 78 $query_uri = urisprintf( 79 79 '/maniphest/?statuses=open()&projects=%s#R', 80 80 $phid);