verbb / navigation

A Craft CMS plugin to create navigation menus for your site.
Other
90 stars 22 forks source link

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

Open WHITE-developer opened 1 year ago

WHITE-developer commented 1 year ago

Describe the bug

Because Node elements don't track changes, Blitz won't refresh the necessary cache

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

engram-design commented 1 year ago

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