mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-10 23:01:04 +01:00
Don't colorize Project tokenizer icons for now
Summary: We can take a shot at doing this properly tomorrow and see if we like it, but it's a little weird/inconsistent/unexpected right now. Test Plan: Used typeahead for projects. Reviewers: chad Reviewed By: chad Subscribers: epriestley Differential Revision: https://secure.phabricator.com/D9740
This commit is contained in:
parent
b1a8dbade6
commit
3d1e865804
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ final class PhabricatorTypeaheadCommonDatasourceController
|
||||||
->setDisplayType('Project')
|
->setDisplayType('Project')
|
||||||
->setURI('/project/view/'.$proj->getID().'/')
|
->setURI('/project/view/'.$proj->getID().'/')
|
||||||
->setPHID($proj->getPHID())
|
->setPHID($proj->getPHID())
|
||||||
->setIcon($proj->getIcon().' '.$proj->getColor())
|
->setIcon($proj->getIcon())
|
||||||
->setPriorityType('proj')
|
->setPriorityType('proj')
|
||||||
->setClosed($closed);
|
->setClosed($closed);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue