diff --git a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_showFoundText.xml b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_showFoundText.xml index 444f8e08c5b9a824c96362680b6218749a924c55..7743d718367b2d25c88cb44a32fe24e8a4587d40 100644 --- a/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_showFoundText.xml +++ b/bt5/erp5_dms/SkinTemplateItem/portal_skins/erp5_dms/Base_showFoundText.xml @@ -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> diff --git a/bt5/erp5_dms/bt/change_log b/bt5/erp5_dms/bt/change_log index 2095527f361feeff6fd41ce5aa2eb50679c4d6b2..064cb9ef4e53554dc6ee8f38cc3a1ab804c55b9f 100644 --- a/bt5/erp5_dms/bt/change_log +++ b/bt5/erp5_dms/bt/change_log @@ -1,3 +1,6 @@ +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. diff --git a/bt5/erp5_dms/bt/revision b/bt5/erp5_dms/bt/revision index b775c5e1521bb57f5b780d4b0fc25be65a4e370f..cdb660b8c2ccadcd1c7fdaae9ffbe390d550c422 100644 --- a/bt5/erp5_dms/bt/revision +++ b/bt5/erp5_dms/bt/revision @@ -1 +1 @@ -699 \ No newline at end of file +700 \ No newline at end of file