Closed (fixed)
Project:
Drupal core
Version:
10.3.x-dev
Component:
navigation.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 May 2024 at 20:39 UTC
Updated:
4 Jun 2024 at 12:24 UTC
Jump to comment: Most recent
Comments
Comment #2
plopescComment #3
plopescComment #4
sjothivelu commentedHi,
I can work on this issue.
Comment #6
plopescThank you for working on this one!
Would be great if you could merge 11.x branch into the MR branch to fix the broken tests. They're unrelated to the issue, but to the specific 11.x HEAD you used as base.
While we are here, would be great if you could remove the
moduleHandlerproperty from theNavigationUserBlockclass.You can completely remove __construct() & create() methods. We could also get rid of the reference to
ContainerFactoryPluginInterfacein the class definition.Thank you!
Comment #8
m4oliveiI've merged 11.x and made the changes requested in #6. Tests are now passing.
Ready for review.
Comment #9
plopescThank you both for taking care of it!
I think we can mark this as RTBC.
Comment #10
catchCommitted/pushed to 11.x and cherry-picked back through to 10.3.x, thanks!
Comment #16
catch