mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
19720: more restricted stereotypes for new manage queries permission.
--HG-- branch : 1.x
This commit is contained in:
@@ -21,18 +21,6 @@ namespace Orchard.Projections {
|
||||
new PermissionStereotype {
|
||||
Name = "Editor",
|
||||
Permissions = new[] { ManageQueries }
|
||||
},
|
||||
new PermissionStereotype {
|
||||
Name = "Moderator",
|
||||
Permissions = new[] { ManageQueries }
|
||||
},
|
||||
new PermissionStereotype {
|
||||
Name = "Author",
|
||||
Permissions = new[] { ManageQueries }
|
||||
},
|
||||
new PermissionStereotype {
|
||||
Name = "Contributor",
|
||||
Permissions = new[] { ManageQueries }
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user