Add Site Administrator role to Review comments permission

This commit is contained in:
Gaudenz Steinlin 2012-05-07 13:04:53 +02:00
parent 4e0bf9f25e
commit 3eab51e1c4
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,8 @@ Changelog
2.1.6 (unreleased)
------------------
- Add Site Administrator role to Review comments permission.
[gaudenz]
- Fix excessive JS comment deletion.
[gaudenz]

View File

@ -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">