-
Notifications
You must be signed in to change notification settings - Fork 10
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
Not working on Craft 3.7.17 #21
Comments
Same issues here on Craft CMS 3.7.25.1 and Tags 1.0.9. New created Tags only show up after clearing the system-cache. |
Same on 3.7.29 – would have thought downgrading to version before this fix (1.0.7) would solve it but did not, for anyone considering it. |
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
The above pull request looks like it might work with Craft 4. I might just give that a go! |
Any news on this? At the moment, with the current version, we do not see any changes until we clear the cache manually. Maybe you can go a similar solution as element-api does |
When adding tags via the tag manager they don't show up on the list of tags. Neither do those tags created inside the entries. I can only see tags that were added before installing the plugin.
They are indeed created and show up as available inside the entries and they are listed when performing actions like "Replace with" but don't show up in the tags lists. And the deleted tags never disappear, which throws an error when trying to access them.
The text was updated successfully, but these errors were encountered: