diff --git a/src/Umbraco.Web/Trees/ContentTreeControllerBase.cs b/src/Umbraco.Web/Trees/ContentTreeControllerBase.cs index 69cef03ab4..ce52b3599a 100644 --- a/src/Umbraco.Web/Trees/ContentTreeControllerBase.cs +++ b/src/Umbraco.Web/Trees/ContentTreeControllerBase.cs @@ -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("application") + TreeAlias.EnsureStartsWith('/') + "/recyclebin")); - queryStrings.GetValue("application"))); + queryStrings.GetValue("application") + TreeAlias.EnsureStartsWith('/') + "/recyclebin")); }