mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-19 05:12:41 +01:00
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
This commit is contained in:
parent
9ab22e21b3
commit
2c293bdca8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ final class PhabricatorProjectDatasource
|
|||
->setDisplayType(pht('Project'))
|
||||
->setURI('/tag/'.$proj->getPrimarySlug().'/')
|
||||
->setPHID($proj->getPHID())
|
||||
->setIcon($proj->getIcon())
|
||||
->setIcon($proj->getDisplayIconIcon())
|
||||
->setColor($proj->getColor())
|
||||
->setPriorityType('proj')
|
||||
->setClosed($closed);
|
||||
|
|
Loading…
Reference in a new issue