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

Bugfix: Use published template on load from database #17277

Conversation

bergmania
Copy link
Member

Description

Fixes issue with draft template used for published data.

Basically same logic as here

dto.PubTemplateId == 0 ? null : dto.PubTemplateId,

Test

  • Publish content normally
  • Change template and save (without publish)
  • Reboot
  • Verify correct template is used

Copy link
Contributor

@kjac kjac left a comment

Choose a reason for hiding this comment

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

Tests out great! 👍

@bergmania bergmania merged commit 25be93b into release/15.0 Oct 15, 2024
14 of 16 checks passed
@bergmania bergmania deleted the v15/hotfix/use-published-template-on-load-from-database branch October 15, 2024 09:59
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.

3 participants