Ok, getting pretty close to making those legacy tree dialogs work.

This commit is contained in:
Shannon
2013-09-04 18:10:57 +10:00
parent be9c3b8996
commit b105bd305b
6 changed files with 73 additions and 199 deletions

View File

@@ -8,11 +8,13 @@ using Umbraco.Core.Models;
using Umbraco.Core.Services;
using Umbraco.Web.Mvc;
using Umbraco.Web.Trees.Menu;
using umbraco;
using umbraco.BusinessLogic.Actions;
using Constants = Umbraco.Core.Constants;
namespace Umbraco.Web.Trees
{
[LegacyBaseTree(typeof(loadMedia))]
[Tree(Constants.Applications.Media, Constants.Trees.Media, "Media")]
[PluginController("UmbracoTrees")]
public class MediaTreeController : ContentTreeControllerBase