Add Site Administrator role to Review comments permission
This commit is contained in:
parent
4e0bf9f25e
commit
3eab51e1c4
@ -3,6 +3,8 @@ Changelog
|
||||
|
||||
2.1.6 (unreleased)
|
||||
------------------
|
||||
- Add Site Administrator role to Review comments permission.
|
||||
[gaudenz]
|
||||
|
||||
- Fix excessive JS comment deletion.
|
||||
[gaudenz]
|
||||
|
@ -3,6 +3,7 @@
|
||||
<permissions>
|
||||
<permission name="Review comments" acquire="True">
|
||||
<role name="Manager"/>
|
||||
<role name="Site Administrator"/>
|
||||
<role name="Reviewer"/>
|
||||
</permission>
|
||||
<permission name="Reply to item" acquire="False">
|
||||
|
Loading…
Reference in New Issue
Block a user