Skip to content

Commit

Permalink
Moderators can view all content in the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattss committed Jun 12, 2014
1 parent 8f1f263 commit a34dbec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ploneintranet/workspace/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class PloneIntranetWorkspace(Workspace):
u'Consumers': (),
u'Producers': ('Contributor',),
u'Publishers': ('Contributor', 'SelfPublisher',),
u'Moderators': ('Contributor', 'Reviewer', 'Editor',),
u'Moderators': ('Reader', 'Contributor', 'Reviewer', 'Editor',),
}

def add_to_team(self, **kw):
Expand Down

0 comments on commit a34dbec

Please sign in to comment.