Differential D17207 Diff 41374 src/applications/differential/customfield/DifferentialAuditorsField.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/customfield/DifferentialAuditorsField.php
| Show All 30 Lines | final class DifferentialAuditorsField | ||||
| public function canDisableField() { | public function canDisableField() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function shouldAppearInEditEngine() { | public function shouldAppearInEditEngine() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| public function shouldAppearInCommitMessage() { | |||||
| return true; | |||||
| } | |||||
| public function shouldAppearInConduitTransactions() { | public function shouldAppearInConduitTransactions() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| protected function newConduitEditParameterType() { | protected function newConduitEditParameterType() { | ||||
| return new ConduitPHIDListParameterType(); | return new ConduitPHIDListParameterType(); | ||||
| } | } | ||||
| public function shouldAppearInApplicationTransactions() { | public function shouldAppearInApplicationTransactions() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| } | } | ||||