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 @@ ...@@ -65,7 +65,7 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <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> </string> </value>
</item> </item>
<item> <item>
...@@ -80,6 +80,12 @@ ...@@ -80,6 +80,12 @@
<none/> <none/>
</value> </value>
</item> </item>
<item>
<key> <string>_owner</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>**kw</string> </value> <value> <string>**kw</string> </value>
...@@ -112,6 +118,7 @@ ...@@ -112,6 +118,7 @@
<string>append</string> <string>append</string>
<string>$append0</string> <string>$append0</string>
<string>_getiter_</string> <string>_getiter_</string>
<string>_apply_</string>
<string>_getattr_</string> <string>_getattr_</string>
<string>context</string> <string>context</string>
<string>line</string> <string>line</string>
......
346 347
\ 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