Merge branch 'temp8' into temp8-backoffice-search-with-variants

This commit is contained in:
Stephan
2018-12-18 17:05:17 +01:00
36 changed files with 254 additions and 377 deletions

View File

@@ -176,7 +176,7 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
public override int Level => _level;
public override bool IsDraft => false;
public override bool IsDraft(string culture = null) => false;
public override IEnumerable<IPublishedProperty> Properties => _properties;