Updates user section routing so that it has nice urls
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Umbraco.Web.Trees
|
||||
var root = base.CreateRootNode(queryStrings);
|
||||
|
||||
//this will load in a custom UI instead of the dashboard for the root node
|
||||
root.RoutePath = string.Format("{0}/{1}/{2}", Constants.Applications.Users, Constants.Trees.Users, "overview");
|
||||
root.RoutePath = $"{Constants.Applications.Users}/{Constants.Trees.Users}/users";
|
||||
root.Icon = "icon-users";
|
||||
|
||||
root.HasChildren = false;
|
||||
|
||||
Reference in New Issue
Block a user