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 persistance of "Replace Tokens" setting in module cache #5846

Merged
merged 3 commits into from
Oct 17, 2023

Conversation

GerardSmit
Copy link
Contributor

Fixes #5844

Summary

Currently the module cache is being retrieved from the portal cache because we're only using the portal ID as key. Now we're using both the portal and module ID to generate a key.

If there is no module, then we use -1 as module ID; which is the null-value.

@valadas valadas added this to the 9.13.1 milestone Oct 14, 2023
Copy link
Contributor

@valadas valadas left a comment

Choose a reason for hiding this comment

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

Makes sense to me, thanks

@bdukes
Copy link
Contributor

bdukes commented Oct 16, 2023

I've pushed a commit which clears all of the caches associated with the portal when the settings change. Look right?

@GerardSmit
Copy link
Contributor Author

Looks good 👍, thanks for the addition.

@bdukes bdukes merged commit e0edebb into dnnsoftware:develop Oct 17, 2023
2 of 3 checks passed
@GerardSmit GerardSmit deleted the issue-5844 branch October 17, 2023 20:13
@valadas valadas changed the title Fixed module cache Fixed persistance of "Replace Tokens" setting in module cache Nov 28, 2023
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.

[Bug]: Replace Tokens in HTML module settings gets Unchecked after upgrade
4 participants