Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13988691
D15643.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
502 B
Referenced Files
None
Subscribers
None
D15643.diff
View Options
diff --git a/src/applications/project/storage/PhabricatorProject.php b/src/applications/project/storage/PhabricatorProject.php
--- a/src/applications/project/storage/PhabricatorProject.php
+++ b/src/applications/project/storage/PhabricatorProject.php
@@ -573,7 +573,7 @@
public function getDisplayColor() {
if ($this->isMilestone()) {
- return PhabricatorProjectIconSet::getDefaultColorKey();
+ return $this->getParentProject()->getColor();
}
return $this->getColor();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Oct 22, 3:20 PM (4 w, 5 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6724521
Default Alt Text
D15643.diff (502 B)
Attached To
Mode
D15643: Have milestones inherit colors from parent projects
Attached
Detach File
Event Timeline
Log In to Comment