- 🇫🇮Finland thatguy
I had the same issue and I got it working by adding this cache tag. I'm not sure if this is the correct place in code to add it though.
- First commit to issue fork.
- Status changed to Needs work
over 1 year ago 5:07am 22 April 2023 - 🇮🇳India pradeepjha
I'm also getting same issue. Must be somewhere menu is caching whenever it's created.
Steps to reproduce issue:
- Install 8.x-1.x.dev & configure this module
- Then create a new group menu under any group. Navigate to group page, you won't find any menu there.
- After clearing all cache you will find menu is visible.
- Status changed to Needs review
over 1 year ago 9:57am 22 April 2023 - last update
over 1 year ago 6 pass - Status changed to Needs work
about 1 month ago 7:01am 17 October 2024 - 🇫🇷France MacSim
Applied the patch in #7 (same as #10) didn't solved the problem.
- 🇫🇷France MacSim
Setting back the status to "needs review" cause my case is a specific case as the block is loaded in another block programmatically. I also added the
'menu_link_content_list'
to the second block cache tags and the problem is gone. - 🇺🇸United States jnicola
If you're placing a block inside another block you'll want to pull all cache tags from the first block into the second.
Sounds like it worked for you though!