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

Have milestones inherit colors from parent projects

Summary: Fixes T10737. I agree that this is a better behavior than always making them blue (boring).

Test Plan:
what

{F1208333}

wut

Reviewers: hach-que, chad

Reviewed By: chad

Maniphest Tasks: T10737

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

+1 -1
+1 -1
src/applications/project/storage/PhabricatorProject.php
··· 573 573 574 574 public function getDisplayColor() { 575 575 if ($this->isMilestone()) { 576 - return PhabricatorProjectIconSet::getDefaultColorKey(); 576 + return $this->getParentProject()->getColor(); 577 577 } 578 578 579 579 return $this->getColor();