navigation
navigation copied to clipboard
Blitz not refreshing when changing title of node because of no `trackChanges` on the element
Describe the bug
Because Node elements don't track changes, Blitz won't refresh the necessary cache
- https://github.com/putyourlightson/craft-blitz/issues/550#issuecomment-1697381441
- https://github.com/craftcms/cms/discussions/13619
Steps to reproduce
- have a blitz cached page
- Change the title of a node
- Cache isn't refreshed
Craft CMS version
4.4.15
Plugin version
2.0.18
Multi-site?
No
Additional context
No response
As of https://github.com/verbb/navigation/commit/fb2e4eee401c8fbae8af2ed76d10058528fbdc34 track changes are enabled, so this should be all that’s required?