From e7ea6231a00339faf481d29a5df343d180911be8 Mon Sep 17 00:00:00 2001 From: Vincent Pelletier <vincent@nexedi.com> Date: Tue, 22 Aug 2006 12:18:32 +0000 Subject: [PATCH] Oops, this function doesn't exist for the moment. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9319 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_doAction.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_doAction.xml b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_doAction.xml index 26eca88e93..0dfa29dd98 100644 --- a/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_doAction.xml +++ b/product/ERP5/bootstrap/erp5_xhtml_style/SkinTemplateItem/portal_skins/erp5_xhtml_style/ERP5XhtmlStyle_doAction.xml @@ -82,8 +82,6 @@ request = context.REQUEST\n kw[\'selection_name\']=selection_name\n kw[\'ignore_layout\']=ignore_layout\n \n -context.ERP5XhtmlStyle_prepareAction(**kw)\n -\n # If this is an object, a workflow or a folder, then jump to that view\n if doAction0 in (\'object\', \'workflow\', \'folder\'):\n redirect_url = \' \'.join(Base_doAction[1:])\n @@ -183,7 +181,6 @@ return context.ERP5XhtmlStyle_redirect(redirect_url, keep_items=preserved_parame <string>doAction0</string> <string>request</string> <string>_write_</string> - <string>_apply_</string> <string>redirect_url</string> <string>new_id</string> <string>type_name</string> @@ -195,6 +192,7 @@ return context.ERP5XhtmlStyle_redirect(redirect_url, keep_items=preserved_parame <string>preference</string> <string>new_content_list</string> <string>new_content_id</string> + <string>_apply_</string> </tuple> </value> </item> -- 2.30.9