Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15399129
D8158.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
848 B
Referenced Files
None
Subscribers
None
D8158.diff
View Options
Index: src/applications/herald/adapter/HeraldAdapter.php
===================================================================
--- src/applications/herald/adapter/HeraldAdapter.php
+++ src/applications/herald/adapter/HeraldAdapter.php
@@ -1013,9 +1013,16 @@
$target = array($target);
}
foreach ($target as $index => $val) {
- $handle = idx($handles, $val);
- if ($handle) {
- $target[$index] = $handle->renderLink();
+ switch ($action->getAction()) {
+ case self::ACTION_FLAG:
+ $target[$index] = PhabricatorFlagColor::getColorName($val);
+ break;
+ default:
+ $handle = idx($handles, $val);
+ if ($handle) {
+ $target[$index] = $handle->renderLink();
+ }
+ break;
}
}
$target = phutil_implode_html(', ', $target);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 3:01 AM (2 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709285
Default Alt Text
D8158.diff (848 B)
Attached To
Mode
D8158: Herald - make flag color display
Attached
Detach File
Event Timeline
Log In to Comment