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

Show Projects bucket unconditionally in repository summary screen

Summary: fixes T4753

Test Plan: looked at repository with projects, looked at repository with no projects

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: chad, epriestley, Korvin

Maniphest Tasks: T4753

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

authored by

lkassianik and committed by
epriestley
01552d85 4d0935ba

+6 -3
+6 -3
src/applications/diffusion/controller/DiffusionRepositoryEditMainController.php
··· 269 269 PhabricatorEdgeConfig::TYPE_OBJECT_HAS_PROJECT); 270 270 if ($project_phids) { 271 271 $this->loadHandles($project_phids); 272 - $view->addProperty( 273 - pht('Projects'), 274 - $this->renderHandlesForPHIDs($project_phids)); 272 + $project_text = $this->renderHandlesForPHIDs($project_phids); 273 + } else { 274 + $project_text = phutil_tag('em', array(), pht('None')); 275 275 } 276 + $view->addProperty( 277 + pht('Projects'), 278 + $project_text); 276 279 277 280 $view->addProperty( 278 281 pht('Status'),