Page MenuHomePhabricator

D13696.diff
No OneTemporary

D13696.diff

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

Mime Type
text/plain
Expires
Sun, May 19, 1:14 AM (4 w, 11 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6284402
Default Alt Text
D13696.diff (505 B)

Event Timeline