Draft: Closes #3483905 Use new configformbase feature for managing config
Draft: Closes #3483905 Use new configformbase feature for managing config
Closes #3483905
Merge request reports
Activity
added 5 commits
-
904e492a...520137b4 - 4 commits from branch
project:4.x
- 3a84ac84 - Merge upstream changes
-
904e492a...520137b4 - 4 commits from branch
76 81 '#title' => $this->t('Fallback source of version identifier to display'), 77 82 '#description' => $this->t('Select the fallback source of the version identifier to display in the environment indicator.'), 78 83 '#options' => $fallback_options, 79 '#default_value' => $config->get('version_identifier_fallback') ?: 'none', 84 '#config_target' => 'environment_indicator.settings:version_identifier_fallback changed this line in version 3 of the diff
53 58 '#type' => 'select', 54 59 '#title' => $this->t('Source of version identifier to display'), 55 60 '#description' => $this->t('Select the source of the version identifier to display in the environment indicator.'), 56 '#options' => $version_identifier_options, 61 '#config_target' => 'environment_indicator.settings:version_identifier 57 62 '#default_value' => $config->get('version_identifier') ?: 'deployment_identifier', changed this line in version 5 of the diff
53 58 '#type' => 'select', 54 59 '#title' => $this->t('Source of version identifier to display'), 55 60 '#description' => $this->t('Select the source of the version identifier to display in the environment indicator.'), 56 '#options' => $version_identifier_options, 57 '#default_value' => $config->get('version_identifier') ?: 'deployment_identifier', 61 '#config_target' => 'environment_indicator.settings:version_identifier changed this line in version 6 of the diff
added 9 commits
-
2e04decd...5c6abc45 - 8 commits from branch
project:4.x
- 09b91c78 - Merge branch environment_indicator:4.x into 3483905-adopt-usage-of
-
2e04decd...5c6abc45 - 8 commits from branch
added 18 commits
-
29e85233...5412ea39 - 15 commits from branch
project:4.x
- 3671c7f9 - Merge upstream changes
- 61658ecf - Update schema
- 48d7fdd1 - Update
Toggle commit list-
29e85233...5412ea39 - 15 commits from branch
Please register or sign in to reply