Fix the incorrect service name

Created on 6 September 2024, 4 months ago
Updated 20 September 2024, 4 months ago

Problem/Motivation

Getting following error when user tries to access configuration page.
/admin/config/people/user-password-randomizer

Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "typed_config.manager". Did you mean this: "config.manager"? in Drupal\Component\DependencyInjection\Container->get() (line 159 of core/lib/Drupal/Component/DependencyInjection/Container.php).

Steps to reproduce

  • Install module
  • Visit config page

Proposed resolution

- Correct service name
- We need to pass `config.typed`

Remaining tasks

- Needs review

User interface changes

N/A

API changes

N/A

Data model changes

N/A

🐛 Bug report
Status

Fixed

Version

1.3

Component

Code

Created by

🇮🇳India mohit_aghera Rajkot

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

Merge Requests

Comments & Activities

Production build 0.71.5 2024