wrong formid used in Constructor

Created on 15 May 2023, about 1 year ago

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');

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇳India Shiv_Sharma

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.69.0 2024