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); + } + }