Fix translation didn't work in some tree node.

This commit is contained in:
wanddy
2017-05-11 10:10:13 +08:00
parent 9e781173fc
commit 1fb0b95428
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ namespace Umbraco.Web.Trees
/// <summary>
/// Tree for displaying partial view macros in the developer app
/// </summary>
[Tree(Constants.Applications.Developer, "partialViewMacros", "", sortOrder: 6)]
[Tree(Constants.Applications.Developer, "partialViewMacros", null, sortOrder: 6)]
public class PartialViewMacrosTreeController : FileSystemTreeController
{
protected override IFileSystem2 FileSystem