Problem/Motivation

While working on this issue #3359357 I observed the wrong formid was used in constructor

 protected function getEditableConfigNames() {
    return [
      'nginx_proxy_manager_connector.settings',
    ];
  }

and formid used in service
$this->config = $configFactory->get('nginx_proxy_manager_connector.nginxproxysettings');

Steps to reproduce

Proposed resolution

$this->config = $configFactory->get('nginx_proxy_manager_connector.settings');

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

Shiv_Sharma created an issue. See original summary.

shiv_sharma’s picture

Status: Active » Needs review

shashikanth171’s picture

Status: Needs review » Active
Issue tags: -constructor

Thank you @shiv_sharma. Merged MR.

shashikanth171’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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