Commit 83f97616 authored by Nicolas Delaby's avatar Nicolas Delaby

passing parameters to the list_method

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23365 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b9c9a7c8
......@@ -65,7 +65,7 @@
</item>
<item>
<key> <string>_body</string> </key>
<value> <string>return [line for line in context.searchFolder() if not (line.getId() == "default_bug_line")]\n
<value> <string>return [line for line in context.searchFolder(**kw) if not (line.getId() == "default_bug_line")]\n
</string> </value>
</item>
<item>
......@@ -80,6 +80,12 @@
<none/>
</value>
</item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>**kw</string> </value>
......@@ -112,6 +118,7 @@
<string>append</string>
<string>$append0</string>
<string>_getiter_</string>
<string>_apply_</string>
<string>_getattr_</string>
<string>context</string>
<string>line</string>
......
346
\ No newline at end of file
347
\ 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