Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15422597
D13696.id33119.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
505 B
Referenced Files
None
Subscribers
None
D13696.id33119.diff
View Options
diff --git a/src/applications/herald/field/HeraldAnotherRuleField.php b/src/applications/herald/field/HeraldAnotherRuleField.php
--- a/src/applications/herald/field/HeraldAnotherRuleField.php
+++ b/src/applications/herald/field/HeraldAnotherRuleField.php
@@ -35,4 +35,14 @@
->setOptions(array());
}
+ public function renderConditionValue(
+ PhabricatorUser $viewer,
+ $condition,
+ $value) {
+
+ $value = (array)$value;
+
+ return $viewer->renderHandleList($value);
+ }
+
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 23, 9:42 AM (3 d, 1 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7550988
Default Alt Text
D13696.id33119.diff (505 B)
Attached To
Mode
D13696: Correct rendering of "Another Herald Rule" conditions in Herald
Attached
Detach File
Event Timeline
Log In to Comment