Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed cache issues on element index page #22

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

vnali
Copy link

@vnali vnali commented Feb 12, 2022

fixed #21 and #18

for custom element types, Craft manages and invalidates element index cache on adding or editing an element -i believe element index cache is related to 3.7.14-. but when you add or edit a tag via element index page or even tag field on entry page, Craft is not aware of this plugin's tag element type so this PR invalidate element type cache for this plugin on after save tag event

for custom element types, Craft manages and invalidates element index cache on adding or editing an element. but for tag element, when you add or edit a tag via element index page or even tag field on entry page, Craft is not aware of this plugin's tag element type so this PR invalidate element type cache for this plugin on after save tag event
@vnali vnali changed the title fixed https://github.com/ethercreative/tags/issues/21 and https://git… fixed cache issues on element index page Feb 12, 2022
@rob-baker-ar
Copy link

Hmmm. This looks like it would work for Craft 4.

@BAM-Dennis
Copy link

can this be pulled and published?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants