Changeset View
Changeset View
Standalone View
Standalone View
src/applications/config/editor/PhabricatorConfigEditor.php
| Show First 20 Lines • Show All 101 Lines • ▼ Show 20 Lines | switch ($type) { | ||||
| return false; | return false; | ||||
| } | } | ||||
| break; | break; | ||||
| } | } | ||||
| return parent::transactionHasEffect($object, $xaction); | return parent::transactionHasEffect($object, $xaction); | ||||
| } | } | ||||
| protected function didApplyTransactions(array $xactions) { | protected function didApplyTransactions($object, array $xactions) { | ||||
| // Force all the setup checks to run on the next page load. | // Force all the setup checks to run on the next page load. | ||||
| PhabricatorSetupCheck::deleteSetupCheckCache(); | PhabricatorSetupCheck::deleteSetupCheckCache(); | ||||
| return $xactions; | |||||
| } | } | ||||
| public static function storeNewValue( | public static function storeNewValue( | ||||
| PhabricatorUser $user, | PhabricatorUser $user, | ||||
| PhabricatorConfigEntry $config_entry, | PhabricatorConfigEntry $config_entry, | ||||
| $value, | $value, | ||||
| PhabricatorContentSource $source) { | PhabricatorContentSource $source) { | ||||
| Show All 38 Lines | |||||