More content refactoring (tests)

This commit is contained in:
Stephan
2017-11-15 08:53:20 +01:00
parent fcf2b27953
commit ef11fda272
108 changed files with 1803 additions and 1804 deletions

View File

@@ -78,10 +78,10 @@ namespace Umbraco.Web.Trees
}
if (entity.IsPublished == false)
if (entity.Published == false)
node.SetNotPublishedStyle();
if (entity.HasPendingChanges)
if (entity.Edited)
node.SetHasUnpublishedVersionStyle();
if (Services.PublicAccessService.IsProtected(e.Path))