Differential D17068 Diff 41084 src/applications/differential/customfield/DifferentialAuditorsField.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/customfield/DifferentialAuditorsField.php
| Show First 20 Lines • Show All 51 Lines • ▼ Show 20 Lines | return $this->parseObjectList( | ||||
| PhabricatorProjectProjectPHIDType::TYPECONST, | PhabricatorProjectProjectPHIDType::TYPECONST, | ||||
| )); | )); | ||||
| } | } | ||||
| public function renderCommitMessageValue(array $handles) { | public function renderCommitMessageValue(array $handles) { | ||||
| return $this->renderObjectList($handles); | return $this->renderObjectList($handles); | ||||
| } | } | ||||
| public function shouldAppearInConduitTransactions() { | |||||
| return true; | |||||
| } | |||||
| protected function newConduitEditParameterType() { | |||||
| return new ConduitPHIDListParameterType(); | |||||
| } | |||||
| } | } | ||||