Skip to content

Commit

Permalink
Merge pull request #406 from plone/fix-permission
Browse files Browse the repository at this point in the history
Add translation permission to Site Administrator role
  • Loading branch information
davisagli committed Aug 31, 2022
2 parents 4f3e815 + 6ab88f8 commit 5363b90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions news/405.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Grant the "plone.app.multilingual: Manage Translations" permission to the Site Administrator role.
This change is not applied automatically to existing sites. You can apply it manually using
the /manage_access view of the Plone site, or using rolemap.xml in a GenericSetup profile.
[davisagli]
1 change: 1 addition & 0 deletions src/plone/app/multilingual/profiles/default/rolemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<permissions>
<permission name="plone.app.multilingual: Manage Translations" acquire="True">
<role name="Manager"/>
<role name="Site Administrator"/>
<role name="Owner"/>
<role name="Editor"/>
</permission>
Expand Down

0 comments on commit 5363b90

Please sign in to comment.