navigation icon indicating copy to clipboard operation
navigation copied to clipboard

Blitz not refreshing when changing title of node because of no `trackChanges` on the element

Open WHITE-developer opened this issue 2 years ago • 1 comments

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

  1. have a blitz cached page
  2. Change the title of a node
  3. Cache isn't refreshed

Craft CMS version

4.4.15

Plugin version

2.0.18

Multi-site?

No

Additional context

No response

WHITE-developer avatar Sep 01 '23 07:09 WHITE-developer

As of https://github.com/verbb/navigation/commit/fb2e4eee401c8fbae8af2ed76d10058528fbdc34 track changes are enabled, so this should be all that’s required?

engram-design avatar Sep 01 '23 22:09 engram-design