Fixed bug that used the draft template for the publish data on load from database (#17277)
This commit is contained in:
@@ -886,7 +886,7 @@ WHERE cmsContentNu.nodeId IN (
|
||||
dto.VersionId,
|
||||
dto.PubVersionDate,
|
||||
dto.CreatorId,
|
||||
dto.EditTemplateId == 0 ? null : dto.EditTemplateId,
|
||||
dto.PubTemplateId == 0 ? null : dto.PubTemplateId,
|
||||
true,
|
||||
deserializedContent?.PropertyData,
|
||||
deserializedContent?.CultureData);
|
||||
|
||||
Reference in New Issue
Block a user