Merge pull request #8944 from umbraco/netcore/bugfix/8856-user_culture_not_used_everywhere

Netcore: Bugfix for user culture not used everywhere
This commit is contained in:
Mole
2020-09-23 09:58:30 +02:00
committed by GitHub
30 changed files with 34 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ namespace Umbraco.Web.Trees
Constants.Applications.Media,
Constants.Applications.Members)]
[Tree(Constants.Applications.Members, Constants.Trees.Members, SortOrder = 0)]
[PluginController("UmbracoTrees")]
[PluginController(Constants.Web.Mvc.BackOfficeTreeArea)]
[CoreTree]
[SearchableTree("searchResultFormatter", "configureMemberResult")]
public class MemberTreeController : TreeController, ISearchableTree, ITreeNodeController