Grant Site Administrators the same workflow permissions as Managers.

They were missing permissions on pending comments.
Fixes https://github.com/plone/plone.app.discussion/issues/199
This commit is contained in:
Maurits van Rees
2022-05-10 16:49:55 +02:00
parent 37dc258051
commit 245a2d9be3
4 changed files with 15 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
Grant Site Administrators the same workflow permissions as Managers.
They were missing permissions on pending comments.
[maurits]