Differential D8695 Diff 20631 src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldUsers.php
Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/customfield/standard/PhabricatorStandardCustomFieldUsers.php
| Show All 38 Lines | public function appendToApplicationSearchForm( | ||||
| $control = id(new AphrontFormTokenizerControl()) | $control = id(new AphrontFormTokenizerControl()) | ||||
| ->setLabel($this->getFieldName()) | ->setLabel($this->getFieldName()) | ||||
| ->setName($this->getFieldKey()) | ->setName($this->getFieldKey()) | ||||
| ->setDatasource('/typeahead/common/accounts/') | ->setDatasource('/typeahead/common/accounts/') | ||||
| ->setValue($handles); | ->setValue($handles); | ||||
| $form->appendChild($control); | $form->appendChild($control); | ||||
| } | } | ||||
| public function getHeraldFieldValueType($condition) { | |||||
| return HeraldAdapter::VALUE_USER; | |||||
| } | |||||
| } | } | ||||