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)
|
2.1.6 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
- Add Site Administrator role to Review comments permission.
|
||||||
|
[gaudenz]
|
||||||
|
|
||||||
- Fix excessive JS comment deletion.
|
- Fix excessive JS comment deletion.
|
||||||
[gaudenz]
|
[gaudenz]
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<permissions>
|
<permissions>
|
||||||
<permission name="Review comments" acquire="True">
|
<permission name="Review comments" acquire="True">
|
||||||
<role name="Manager"/>
|
<role name="Manager"/>
|
||||||
|
<role name="Site Administrator"/>
|
||||||
<role name="Reviewer"/>
|
<role name="Reviewer"/>
|
||||||
</permission>
|
</permission>
|
||||||
<permission name="Reply to item" acquire="False">
|
<permission name="Reply to item" acquire="False">
|
||||||
|
Loading…
Reference in New Issue
Block a user