Problem/Motivation

Currently no config values in the zefix.settings can be overwritten using a settings.php.

Steps to reproduce

Try to overwrite any 'zefix.settings' in your settings.local.php

$config['zefix.settings']['environment'] = 'production';
$config['zefix.settings']['user'] = 'testuser';
$config['zefix.settings']['password'] = 'testpass';

Proposed resolution

Use \Drupal::configFactory()->get('zefix.settings'); instead of \Drupal::configFactory()->getEditable('zefix.settings');

Remaining tasks

* Review MR

User interface changes

None

API changes

None

Data model changes

None

Issue fork zefix-3481676

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

freezernick created an issue. See original summary.

freezernick’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.