Skip to content

Commit

Permalink
#25212 include in 23.01.4
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Jul 6, 2023
1 parent 9f558e7 commit a955d60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Expand Up @@ -804,6 +804,10 @@ public void saveMultiTrees(final String pageId, final List<MultiTree> mTrees) th
updateHTMLPageVersionTS(pageId, variantId);
refreshPageInCache(pageId,variantId );
}
if (!variants.contains(VariantAPI.DEFAULT_VARIANT.name())) {
updateHTMLPageVersionTS(pageId, VariantAPI.DEFAULT_VARIANT.name());
refreshPageInCache(pageId, VariantAPI.DEFAULT_VARIANT.name() );
}
}

@Override
Expand Down
1 change: 1 addition & 0 deletions hotfix_tracking.md
Expand Up @@ -69,3 +69,4 @@ This maintenance release includes the following code fixes:
54. https://github.com/dotCMS/core/issues/23175 : Add a "Velocity Secrets" app and viewtool #23175
55. https://github.com/dotCMS/core/issues/23199 : Unable to create contentlet through workflow API even if user has appropriate permissions #23199
56. https://github.com/dotCMS/core/issues/23924 : Image editor Download button not working #23924
57. https://github.com/dotCMS/core/issues/25212 : Unable to edit the template using the layout from edit mode #25212

0 comments on commit a955d60

Please sign in to comment.