Fixes: U4-2780 UserPermissions editor just YSODs

This commit is contained in:
Shannon
2013-09-30 17:12:31 +10:00
parent 0be07f467f
commit a11e947f96

View File

@@ -10,6 +10,7 @@ using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using System.Xml;
using System.IO;
using Umbraco.Core;
using umbraco;
using umbraco.BusinessLogic;
using System.Collections.Generic;
@@ -37,7 +38,7 @@ namespace umbraco.cms.presentation.user
if (!IsPostBack)
{
JTree.App = TreeDefinitionCollection.Instance.FindTree<loadContent>().Tree.ApplicationAlias;
JTree.App = Constants.Applications.Content;
JTree.ShowContextMenu = false;
JTree.IsDialog = true;
}