Skip to content

Commit

Permalink
need manage workspace permission to transfer members
Browse files Browse the repository at this point in the history
  • Loading branch information
mattss committed May 23, 2014
1 parent a68855d commit 84f5232
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ploneintranet/workspace/profiles/default/actions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<property name="title" i18n:translate="ws_transfer_membership_tab">Transfer Members</property>
<property name="url_expr">string:${context/absolute_url}/transfer</property>
<property name="available_expr">python:context.portal_type == "ploneintranet.workspace.workspacefolder"</property>
<property name="permissions">
<element value="ploneintranet.workspace: Manage workspace"/>
</property>
</object>
</object>
</object>

0 comments on commit 84f5232

Please sign in to comment.