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

Avoid caching slug uses definition for new records #1786

Merged
merged 2 commits into from
Aug 27, 2020

Conversation

I-Valchev
Copy link
Member

Fixes #1785

Issue is with cache (hence why it only happens sometimes in production?). The method call is, for some reason, cached. Could be that on new objects it's cached the wrong way.

Calling the definition.uses in Twig directly resolves it.

I'm not super comfortable with the caching problem itself, however...

Copy link
Member

@bobdenotter bobdenotter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! 👍

Let’s keep an eye out for other instances where this might pop up.

@bobdenotter bobdenotter merged commit 2e5d166 into master Aug 27, 2020
@bobdenotter bobdenotter deleted the bugfix/dont-cache-slug-uses branch August 27, 2020 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slug sometimes not slugging
2 participants