Modified content tree controller to point the recycle bin node to the dashboard.

This commit is contained in:
leekelleher
2014-06-08 16:15:28 +01:00
parent 519dd8b476
commit 320df6706e

View File

@@ -155,10 +155,7 @@ namespace Umbraco.Web.Trees
ui.GetText("general", "recycleBin"),
"icon-trash",
RecycleBinSmells,
//TODO: This would be nice to enable so we can have a nice recyclebin view, see the NOTE: in the routes.js angular file
// for the time being we'll just load the dashboard of the section.
//queryStrings.GetValue<string>("application") + TreeAlias.EnsureStartsWith('/') + "/recyclebin"));
queryStrings.GetValue<string>("application")));
queryStrings.GetValue<string>("application") + TreeAlias.EnsureStartsWith('/') + "/recyclebin"));
}