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:
Morten Christensen
2013-05-22 11:06:21 -02:00
parent 0ff979e814
commit b19621c07b
12 changed files with 316 additions and 99 deletions

View File

@@ -171,7 +171,7 @@ namespace Umbraco.Core.Models
public bool IsDraft
{
get { return _isPublished; }
get { return _isDraft; }
set
{
SetPropertyValueAndDetectChanges(o =>