Differential D8695 Diff 20631 src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php
Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldPHIDs.php
| Show First 20 Lines • Show All 152 Lines • ▼ Show 20 Lines | if ($add && !$rem) { | ||||
| $this->getFieldName(), | $this->getFieldName(), | ||||
| new PhutilNumber(count($add)), | new PhutilNumber(count($add)), | ||||
| $xaction->renderHandleList($add), | $xaction->renderHandleList($add), | ||||
| new PhutilNumber(count($rem)), | new PhutilNumber(count($rem)), | ||||
| $xaction->renderHandleList($rem)); | $xaction->renderHandleList($rem)); | ||||
| } | } | ||||
| } | } | ||||
| public function shouldAppearInHerald() { | |||||
| return true; | |||||
| } | |||||
| public function getHeraldFieldConditions() { | |||||
| return array( | |||||
| HeraldAdapter::CONDITION_INCLUDE_ALL, | |||||
| HeraldAdapter::CONDITION_INCLUDE_ANY, | |||||
| HeraldAdapter::CONDITION_INCLUDE_NONE, | |||||
| HeraldAdapter::CONDITION_EXISTS, | |||||
| HeraldAdapter::CONDITION_NOT_EXISTS, | |||||
| ); | |||||
| } | |||||
| } | } | ||||