Differential D14635 Diff 35412 src/infrastructure/customfield/standard/PhabricatorStandardCustomField.php
Changeset View
Changeset View
Standalone View
Standalone View
src/infrastructure/customfield/standard/PhabricatorStandardCustomField.php
| Show First 20 Lines • Show All 427 Lines • ▼ Show 20 Lines | /* -( PhabricatorCustomField )--------------------------------------------- */ | ||||
| protected function newStandardEditField() { | protected function newStandardEditField() { | ||||
| $short = 'custom.'.$this->getRawStandardFieldKey(); | $short = 'custom.'.$this->getRawStandardFieldKey(); | ||||
| return parent::newStandardEditField() | return parent::newStandardEditField() | ||||
| ->setEditTypeKey($short); | ->setEditTypeKey($short); | ||||
| } | } | ||||
| public function shouldAppearInConduitTransactions() { | |||||
| return true; | |||||
| } | |||||
| } | } | ||||