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 @@ ...@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <tuple>
<tuple> <global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<string>Products.PythonScripts.PythonScript</string> <tuple/>
<string>PythonScript</string>
</tuple>
<none/>
</tuple> </tuple>
</pickle> </pickle>
<pickle> <pickle>
...@@ -149,7 +146,7 @@ return \' \'.join(map(str, found_text_fragments))\n ...@@ -149,7 +146,7 @@ return \' \'.join(map(str, found_text_fragments))\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>brain, selection=None</string> </value> <value> <string>brain, selection=None, selection_name=None</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -169,7 +166,7 @@ return \' \'.join(map(str, found_text_fragments))\n ...@@ -169,7 +166,7 @@ return \' \'.join(map(str, found_text_fragments))\n
<dictionary> <dictionary>
<item> <item>
<key> <string>co_argcount</string> </key> <key> <string>co_argcount</string> </key>
<value> <int>2</int> </value> <value> <int>3</int> </value>
</item> </item>
<item> <item>
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
...@@ -177,6 +174,7 @@ return \' \'.join(map(str, found_text_fragments))\n ...@@ -177,6 +174,7 @@ return \' \'.join(map(str, found_text_fragments))\n
<tuple> <tuple>
<string>brain</string> <string>brain</string>
<string>selection</string> <string>selection</string>
<string>selection_name</string>
<string>document_text</string> <string>document_text</string>
<string>hasattr</string> <string>hasattr</string>
<string>context</string> <string>context</string>
...@@ -213,6 +211,7 @@ return \' \'.join(map(str, found_text_fragments))\n ...@@ -213,6 +211,7 @@ return \' \'.join(map(str, found_text_fragments))\n
<value> <value>
<tuple> <tuple>
<none/> <none/>
<none/>
</tuple> </tuple>
</value> </value>
</item> </item>
......
2007-11-16 Yusei
* Fixed Base_showFoundText. selection_name argument is required for listbox.
2007-10-11 Kazuhiko 2007-10-11 Kazuhiko
* move portal_contributions from Paths to Tools. * move portal_contributions from Paths to Tools.
......
699 700
\ 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