Commit 53e58930 authored by Yusei Tahara's avatar Yusei Tahara

2007-11-16 Yusei

* Fixed Base_showFoundText. selection_name argument is required for listbox.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17651 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1041da35
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -149,7 +146,7 @@ return \' \'.join(map(str, found_text_fragments))\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>brain, selection=None</string> </value>
<value> <string>brain, selection=None, selection_name=None</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -169,7 +166,7 @@ return \' \'.join(map(str, found_text_fragments))\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>2</int> </value>
<value> <int>3</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
......@@ -177,6 +174,7 @@ return \' \'.join(map(str, found_text_fragments))\n
<tuple>
<string>brain</string>
<string>selection</string>
<string>selection_name</string>
<string>document_text</string>
<string>hasattr</string>
<string>context</string>
......@@ -213,6 +211,7 @@ return \' \'.join(map(str, found_text_fragments))\n
<value>
<tuple>
<none/>
<none/>
</tuple>
</value>
</item>
......
2007-11-16 Yusei
* Fixed Base_showFoundText. selection_name argument is required for listbox.
2007-10-11 Kazuhiko
* move portal_contributions from Paths to Tools.
......
699
\ No newline at end of file
700
\ 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