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:
@@ -32,7 +32,7 @@ namespace Umbraco.Web.Trees
|
||||
Constants.Applications.Developer,
|
||||
Constants.Applications.Members)]
|
||||
[LegacyBaseTree(typeof(loadContent))]
|
||||
[Tree(Constants.Applications.Content, Constants.Trees.Content, "Content")]
|
||||
[Tree(Constants.Applications.Content, Constants.Trees.Content)]
|
||||
[PluginController("UmbracoTrees")]
|
||||
[CoreTree]
|
||||
public class ContentTreeController : ContentTreeControllerBase
|
||||
|
||||
Reference in New Issue
Block a user