Needs review
Project:
Mercury Editor
Version:
2.1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Aug 2024 at 05:49 UTC
Updated:
17 Aug 2024 at 14:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
woldtwerk commentedComment #3
sarwan_verma commentedHi,
I have fixed this issue "TypedConfigManagerInterface" and also attached patch,
please review and verify,
Thanks!.
Comment #4
abhiyanshu commentedThe suggested resolution is that the $typedConfigManager variable needs to be typed.
However, in the attached patch #3, I see this patch removes the TypedConfigManagerInterface entirely, which does not resolve the typing error and conflicts with the requirement for the $typedConfigManager property to be typed as TypedConfigManagerInterface.
And also the service ID 'config.typed' is not appropriate for Drupal 11. Instead it should be
'config.typed_config_manager'.Comment #5
abhiyanshu commentedI have:
Thanks.
Comment #6
woldtwerk commentedThe patches are not correct. It needs to be changed in 3 Files:
src/Form/MenuSettingsForm.php
src/Form/SettingsForm.php
src/Form/SkipFormSettingsForm.php
There already was an issue fork. No need for patches