From 1a02c848fe7d99d6eac0cf86487db68c6ce5ad26 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Fri, 11 Sep 2009 11:51:28 +0000 Subject: [PATCH] Deprecate Event_getTextContentCorrespondToFormat (wrong naming, wrong implemetation) and replace it with Event_getEditorFieldTextContent git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28942 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_forge/Bug_view/listbox_text_content.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_forge/Bug_view/listbox_text_content.xml b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_forge/Bug_view/listbox_text_content.xml index f1501e4580..c75724279c 100644 --- a/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_forge/Bug_view/listbox_text_content.xml +++ b/bt5/erp5_forge/SkinTemplateItem/portal_skins/erp5_forge/Bug_view/listbox_text_content.xml @@ -13,10 +13,10 @@ <key> <string>delegated_list</string> </key> <value> <list> - <string>default</string> <string>css_class</string> - <string>text_editor</string> + <string>default</string> <string>editable</string> + <string>text_editor</string> </list> </value> </item> @@ -140,7 +140,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: cell.Event_getTextContentCorrespondToFormat(editable=False)</string> </value> + <value> <string>python: cell.Event_getEditorFieldTextContent(editable=False)</string> </value> </item> </dictionary> </pickle> -- 2.30.9