Commit f5ef90f2 authored by Jérome Perrin's avatar Jérome Perrin

also remove "Reconfigure portal" global action which we don't use


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19109 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5cfc9d7e
......@@ -1318,6 +1318,8 @@ class ERP5Generator(PortalGenerator):
'manage_members'))
# actions tool
removeActionsFromTool(p.portal_actions, ('folderContents',))
# properties tool
removeActionsFromTool(p.portal_properties, ('configPortal',))
# remove unused action providers
for i in ('portal_registration', 'portal_discussion', 'portal_syndication'):
p.portal_actions.deleteActionProvider(i)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment