mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
16985 Moderator should have permissions to comment management
--HG-- branch : dev
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Orchard.Comments {
|
||||
},
|
||||
new PermissionStereotype {
|
||||
Name = "Moderator",
|
||||
Permissions = new[] {AddComment}
|
||||
Permissions = new[] {ManageComments, AddComment}
|
||||
},
|
||||
new PermissionStereotype {
|
||||
Name = "Author",
|
||||
|
Reference in New Issue
Block a user