- last update
about 1 year ago 30,332 pass, 1 fail - Status changed to Needs review
8 months ago 5:52pm 20 March 2024 - Status changed to Needs work
8 months ago 6:00pm 20 March 2024 - 🇺🇸United States smustgrave
Will need test coverage showing the problem.
Issue summary is also incomplete, recommend using the standard issue template
- 🇳🇱Netherlands neograph734 Netherlands
I have updated the IS and merged it with the content of 🐛 Toolbar causes a Javascript error if the subtrees content changes between page loads Closed: duplicate .
The patch from #2 and #9 does not appear to work. It makes the issue go away, but when a new module is installed, the menu does not update and the new links don't become visible. So the hash might be too generic(?).
The patch from #13 removes the has check alltogether. Without knowing what it is supposed to do, that feels too big of change.
Should we perhaps try hasing the raw menu tree structure or something instead?
- 🇧🇪Belgium matthiasm11
Combining the patches from #9 to generate the hash and #13 to fix the caching seems to fix the issue.
Disabling a module makes the corresponding menu item disappear, enabling the module again makes it appear again.
No console errors anymore. I've not investigated this any further. - 🇨🇿Czech Republic milos.kroulik
I can confirm observations made in #17. So I'm going to create a combined patch.