Updated the sortOrder also in the respective controllers, as well as updating to the new standards of string interpolation in those controllers.

This commit is contained in:
elitsa
2018-10-05 11:51:34 +02:00
parent 373dfde730
commit 99257f2245
16 changed files with 55 additions and 51 deletions

View File

@@ -10,7 +10,7 @@ namespace Umbraco.Web.Trees
/// <summary>
/// Tree for displaying partial view macros in the developer app
/// </summary>
[Tree(Constants.Applications.Settings, Constants.Trees.PartialViewMacros, null, sortOrder: 6)]
[Tree(Constants.Applications.Settings, Constants.Trees.PartialViewMacros, null, sortOrder: 8)]
[UmbracoTreeAuthorize(Constants.Trees.PartialViewMacros)]
[PluginController("UmbracoTrees")]
[CoreTree]