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

When "Fetch Refs" are configured for a repository, highlight the "Branches" menu item in the Diffusion Management UI

Summary: Ref T13448. Minor UI issue: setting a "Fetch Refs" value does not highlight the associated menu item, but should.

Test Plan: Set only "Fetch Refs", now saw menu item highlighted.

Maniphest Tasks: T13448

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

+1
+1
src/applications/diffusion/management/DiffusionRepositoryBranchesManagementPanel.php
··· 23 23 24 24 $has_any = 25 25 $repository->getDetail('default-branch') || 26 + $repository->getFetchRules() || 26 27 $repository->getTrackOnlyRules() || 27 28 $repository->getPermanentRefRules(); 28 29