https://github.com/umbraco/Umbraco-CMS/issues/8856 - also consider Tree controllers as backoffice

Signed-off-by: Bjarke Berg <mail@bergmania.dk>
This commit is contained in:
Bjarke Berg
2020-09-23 08:55:25 +02:00
parent 4880b16512
commit ae657b1078
23 changed files with 24 additions and 22 deletions

View File

@@ -13,7 +13,7 @@ namespace Umbraco.Web.Trees
{
[UmbracoTreeAuthorize(Constants.Trees.MemberGroups)]
[Tree(Constants.Applications.Members, Constants.Trees.MemberGroups, SortOrder = 1)]
[PluginController("UmbracoTrees")]
[PluginController(Constants.Web.Mvc.BackOfficeTreeArea)]
[CoreTree]
public class MemberGroupTreeController : MemberTypeAndGroupTreeControllerBase
{