Fixes issue - when calling Set, we were not setting all node graph elements.

This commit is contained in:
Shannon
2019-10-17 18:41:05 +11:00
committed by Bjarke Berg
parent e7096fd5c8
commit 4641e61743
3 changed files with 30 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
using System;
using System.Diagnostics;
using Umbraco.Core.Models.PublishedContent;
using Umbraco.Web.PublishedCache.NuCache.DataSource;
@@ -6,6 +7,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
{
// represents a content "node" ie a pair of draft + published versions
// internal, never exposed, to be accessed from ContentStore (only!)
[DebuggerDisplay("Id: {Id}, Path: {Path}")]
internal class ContentNode
{
// special ctor for root pseudo node