@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 a missed use of project icons in typehaeads

Summary: I missed this in the recent icon customziation thing.

Test Plan: Typehaead'ed some projects, saw icons properly.

Reviewers: chad

Reviewed By: chad

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

+1 -1
+1 -1
src/applications/project/typeahead/PhabricatorProjectDatasource.php
··· 67 67 ->setDisplayType(pht('Project')) 68 68 ->setURI('/tag/'.$proj->getPrimarySlug().'/') 69 69 ->setPHID($proj->getPHID()) 70 - ->setIcon($proj->getIcon()) 70 + ->setIcon($proj->getDisplayIconIcon()) 71 71 ->setColor($proj->getColor()) 72 72 ->setPriorityType('proj') 73 73 ->setClosed($closed);