Differential D17054 Diff 41023 src/applications/differential/customfield/DifferentialReviewedByField.php
Changeset View
Changeset View
Standalone View
Standalone View
src/applications/differential/customfield/DifferentialReviewedByField.php
| Show All 17 Lines | final class DifferentialReviewedByField | ||||
| public function getFieldDescription() { | public function getFieldDescription() { | ||||
| return pht('Records accepting reviewers in the durable message.'); | return pht('Records accepting reviewers in the durable message.'); | ||||
| } | } | ||||
| public function shouldAppearInApplicationTransactions() { | public function shouldAppearInApplicationTransactions() { | ||||
| return false; | return false; | ||||
| } | } | ||||
| public function shouldAppearInEditView() { | |||||
| return false; | |||||
| } | |||||
| public function canDisableField() { | public function canDisableField() { | ||||
| return true; | return true; | ||||
| } | } | ||||
| protected function readValueFromRevision( | protected function readValueFromRevision( | ||||
| DifferentialRevision $revision) { | DifferentialRevision $revision) { | ||||
| $phids = array(); | $phids = array(); | ||||
| Show All 35 Lines | |||||