Closed (fixed)
Project:
Navigation
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
8 Mar 2024 at 09:32 UTC
Updated:
15 Apr 2024 at 13:49 UTC
Jump to comment: Most recent
Comments
Comment #2
m4oliveiI'm going to work on this, this afternoon and see how far I get.
Comment #4
m4oliveiThis is ready for review!
Unlike for SystemMenuNavigationBlockTest, I ended up writing a functional test as well b/c the lazy builder in
\Drupal\navigation\Plugin\NavigationBlock\UserNavigationBlockmeans most of the interesting bits to test need a full rendering.Comment #5
plopescCode looks great!
Just a added a minor code suggestion.
I would encourage to add more specific assertions to ensure cache is behaving as expected, see comment in MR.
Thank you!
Comment #6
plopescTook the freedom to create #3436937: Navigation Bar implementation makes all pages uncacheable to handle the caching issues and their possible ramifications.
Comment #7
m4oliveiWith the fixes from #3436937: Navigation Bar implementation makes all pages uncacheable, we should be all set here.
Comment #8
plopescLooks great!
Comment #10
plopescFixed. Thanks!