Fixes the EntityRepository for Content and Media, so trees load correctly.

Fixes U4-2306
Fixes loading of MNTP.
FolderBrowser is now able to show multiple images on a single media item.
FolderBrowser only shows images and not containers.
This commit is contained in:
Morten Christensen
2013-06-01 20:40:51 -02:00
parent 7c066b9ded
commit 242443d861
10 changed files with 216 additions and 84 deletions

View File

@@ -36,6 +36,14 @@ namespace umbraco.editorControls.MultiNodeTreePicker
/// </summary>
private int? m_DeterminedStartNodeId = null;
protected override bool LoadMinimalDocument
{
get
{
return false;
}
}
/// <summary>
/// Returns the Document object of the starting node for the current User. This ensures
/// that the Document object is only instantiated once.