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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user