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

@@ -6,7 +6,7 @@ using Umbraco.Web.Models.Trees;
namespace Umbraco.Web.Trees
{
[Tree(Constants.Applications.Settings, Constants.Trees.Scripts, "Scripts", "icon-folder", "icon-folder", sortOrder: 4)]
[Tree(Constants.Applications.Settings, Constants.Trees.Scripts, "Scripts", "icon-folder", "icon-folder", sortOrder: 10)]
public class ScriptsTreeController : FileSystemTreeController
{
protected override IFileSystem FileSystem => Current.FileSystems.ScriptsFileSystem; // fixme inject