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');
Issue fork nginx_proxy_manager_connector-3360421
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
Comment #3
shiv_sharma commentedComment #5
shashikanth171 commentedThank you @shiv_sharma. Merged MR.
Comment #6
shashikanth171 commented