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

@@ -8,7 +8,7 @@ namespace Umbraco.Web.Trees
/// Tree for displaying partial views in the settings app
/// </summary>
[Tree(Constants.Applications.Settings, "partialViews", "Partial Views", sortOrder: 2)]
public class PartialViewsTreeController : FileSystemTreeController
public class PartialViewsTreeController : FileSystemTreeController2
{
protected override IFileSystem2 FileSystem
{