diff --git a/src/applications/herald/field/HeraldAnotherRuleField.php b/src/applications/herald/field/HeraldAnotherRuleField.php index 920d7e89e3..623abab2f4 100644 --- a/src/applications/herald/field/HeraldAnotherRuleField.php +++ b/src/applications/herald/field/HeraldAnotherRuleField.php @@ -1,38 +1,48 @@ setKey(self::FIELDCONST) ->setOptions(array()); } + public function renderConditionValue( + PhabricatorUser $viewer, + $condition, + $value) { + + $value = (array)$value; + + return $viewer->renderHandleList($value); + } + }