Fixed: U4-7150 Inconsistent tree aliases

Changes all translation files and tree classes to have consistent
naming, updates trees.config to these new alias's
This commit is contained in:
Per Ploug
2015-09-28 08:54:00 +02:00
parent e4e3c46d15
commit 6c5e35ec2c
30 changed files with 142 additions and 122 deletions

View File

@@ -26,7 +26,7 @@ namespace Umbraco.Web.Trees
Constants.Applications.Developer,
Constants.Applications.Members)]
[LegacyBaseTree(typeof(loadMedia))]
[Tree(Constants.Applications.Media, Constants.Trees.Media, "Media")]
[Tree(Constants.Applications.Media, Constants.Trees.Media)]
[PluginController("UmbracoTrees")]
[CoreTree]
public class MediaTreeController : ContentTreeControllerBase