More content refactoring (tests)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user