Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15445415
D12259.id29442.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
572 B
Referenced Files
None
Subscribers
None
D12259.id29442.diff
View Options
diff --git a/src/applications/herald/query/HeraldRuleSearchEngine.php b/src/applications/herald/query/HeraldRuleSearchEngine.php
--- a/src/applications/herald/query/HeraldRuleSearchEngine.php
+++ b/src/applications/herald/query/HeraldRuleSearchEngine.php
@@ -186,6 +186,8 @@
pht(
'Authored by %s',
$handles[$rule->getAuthorPHID()]->renderLink()));
+ } else if ($rule->isObjectRule()) {
+ $item->addIcon('fa-briefcase', pht('Object Rule'));
} else {
$item->addIcon('fa-globe', pht('Global Rule'));
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 28, 1:48 PM (4 d, 3 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7706497
Default Alt Text
D12259.id29442.diff (572 B)
Attached To
Mode
D12259: Herald queries correctly label Object Rules
Attached
Detach File
Event Timeline
Log In to Comment