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

Set color of parent project for jx-tokenizer-token milestone tag

Summary:
Make the background color of milestones project tags use the parent project's background color instead of default blue.
See similar rPaed58a3444ba.

Closes T16286

Test Plan: Set up a project tag with non-default (non-blue) color, create a milestone for that project tag, edit a task and add that milestone to the "Tags" field, look at its color

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Maniphest Tasks: T16286

Differential Revision: https://we.phorge.it/D26695

+1 -1
+1 -1
src/applications/project/typeahead/PhabricatorProjectDatasource.php
··· 130 130 ->setURI($proj->getURI()) 131 131 ->setPHID($phid) 132 132 ->setIcon($proj->getDisplayIconIcon()) 133 - ->setColor($proj->getColor()) 133 + ->setColor($proj->getDisplayColor()) 134 134 ->setPriorityType('proj') 135 135 ->setClosed($closed); 136 136