Merge branch temp8 into temp8-di2690
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -221,13 +221,10 @@ namespace Umbraco.Web.PublishedCache.XmlPublishedCache
|
||||
}
|
||||
}
|
||||
|
||||
public override bool IsDraft
|
||||
public override bool IsDraft(string culture = null)
|
||||
{
|
||||
get
|
||||
{
|
||||
EnsureNodeInitialized();
|
||||
return _isDraft;
|
||||
}
|
||||
EnsureNodeInitialized();
|
||||
return _isDraft; // bah
|
||||
}
|
||||
|
||||
public override IEnumerable<IPublishedProperty> Properties
|
||||
|
||||
Reference in New Issue
Block a user