Deal with FIXMEs

This commit is contained in:
Stephan
2018-05-02 09:31:30 +02:00
parent a695b8aed5
commit 211267d500
4 changed files with 5 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
_contentNode = contentNode;
_contentData = contentData;
_publishedSnapshotAccessor = publishedSnapshotAccessor;
VariationContextAccessor = variationContextAccessor; // fixme why is this a property? should be be on the base class?
VariationContextAccessor = variationContextAccessor;
_urlSegment = _contentData.Name.ToUrlSegment();
IsPreviewing = _contentData.Published == false;
@@ -399,6 +399,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
#region Internal
// used by property
internal IVariationContextAccessor VariationContextAccessor { get; }
// used by navigable content