Commit 3f9dddba authored by Sebastien Robin's avatar Sebastien Robin

allow to give base as a parameter


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5101 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ad2d2c06
......@@ -147,7 +147,7 @@ class DefaultGetter(Method):
spec=kw.get('spec',()),
filter=kw.get('filter', None),
portal_type=kw.get('portal_type',()),
base=0, default=default)
base=kw.get('base',0), default=default)
psyco.bind(__call__)
class ListGetter(Method):
......
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