FileSystemTreeController compatibility

This commit is contained in:
Stephan
2017-06-01 17:24:10 +02:00
parent 92f609ff71
commit 290f34f034
6 changed files with 181 additions and 90 deletions

View File

@@ -5,7 +5,7 @@ using Umbraco.Web.Models.Trees;
namespace Umbraco.Web.Trees
{
[Tree(Constants.Applications.Settings, "scripts", "Scripts", sortOrder: 4)]
public class ScriptTreeController : FileSystemTreeController
public class ScriptTreeController : FileSystemTreeController2
{
protected override IFileSystem2 FileSystem
{