Commit 6ff4bdf3 authored by Jérome Perrin's avatar Jérome Perrin

fixes TypeError: getItemList() got an unexpected keyword argument 'omit_filter'



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10964 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b477784c
...@@ -121,7 +121,7 @@ def display(x):\n ...@@ -121,7 +121,7 @@ def display(x):\n
def sort(x,y):\n def sort(x,y):\n
return cmp(display(x), display(y))\n return cmp(display(x), display(y))\n
\n \n
def getItemList(category=None, portal_path=None, mirror=0,\n def getItemList(category=None, portal_path=None, mirror=0, omit_filter=0,\n
user_name=None, simulation_state=None):\n user_name=None, simulation_state=None):\n
"""Returns a list of Account path items. """\n """Returns a list of Account path items. """\n
if category is not None:\n if category is not None:\n
......
100 101
\ No newline at end of file \ No newline at end of file
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