Commit 50b7a032 authored by Nicolas Delaby's avatar Nicolas Delaby

Add a comment to warn that listing objects from Contribution tool can collapse the portal

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37018 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 19938528
......@@ -440,6 +440,7 @@ class ContributionTool(BaseTool):
"""
Get all contents contributed by the current user. This is
delegated to a script in order to help customisation.
XXX Killer feature, it is not scalable
"""
method = getattr(self, 'ContributionTool_getMyContentList', None)
if method is not None:
......
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