mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
#16959: Moving 'Comments' admin menu entry below 'Blogs'
--HG-- branch : dev
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Orchard.Comments {
|
||||
public string MenuName { get { return "admin"; } }
|
||||
|
||||
public void GetNavigation(NavigationBuilder builder) {
|
||||
builder.Add(T("Comments"), "10",
|
||||
builder.Add(T("Comments"), "2.75",
|
||||
menu => menu.Add(T("List"), "0", item => item.Action("Index", "Admin", new { area = "Orchard.Comments" })
|
||||
.Permission(Permissions.ManageComments)));
|
||||
}
|
||||
|
Reference in New Issue
Block a user