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

V15: Refresh IPublishedContentTypeFactory when data types change #17180

Merged
merged 2 commits into from
Oct 7, 2024

Conversation

nikolajlauridsen
Copy link
Contributor

Fixes an issue where updating document types with new datatypes broke publishing.

This was because the datatype cache in PublishedContentTypeFactory never got refreshed, I've re-added this in the cache refreshers.

Testing:

  • Create DocumentType
  • Create Document with DocumentType
  • Create a Custom DataType
  • Add Custom DataType to DocumentType
  • Try to publish the Document

@bergmania bergmania merged commit 2b12ead into release/15.0 Oct 7, 2024
12 of 15 checks passed
@bergmania bergmania deleted the v15/hotfix/fix-datatype-add branch October 7, 2024 09:11
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.

2 participants