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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user