Improving tree performance for Content and Media trees using the new EntityService and the thin IUmbracoEntity object.
Updating a few internal overloads as well as adding new ones to ensure backwards compatibility for events used by the tree. Fixing issue with the Published/Unpublished/Saved/Pending Changes states shown in the content tree.
This commit is contained in:
@@ -171,7 +171,7 @@ namespace Umbraco.Core.Models
|
||||
|
||||
public bool IsDraft
|
||||
{
|
||||
get { return _isPublished; }
|
||||
get { return _isDraft; }
|
||||
set
|
||||
{
|
||||
SetPropertyValueAndDetectChanges(o =>
|
||||
|
||||
Reference in New Issue
Block a user