Commit a1285b84 authored by Julien Muchembled's avatar Julien Muchembled

Comment new patch for CMFCore.ActionsTool

git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29241 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 54cf3a8b
......@@ -18,6 +18,9 @@ ActionsTool_listFilteredActionsFor = ActionsTool.listFilteredActionsFor
def listFilteredActionsFor(self, object=None):
""" List all actions available to the user.
This patch remove inclusion of actions from the object itself.
It was never used and now, it breaks objects inside Types Tool.
"""
actions = []
......
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