From e120f1dc72bb634c146872151102ed3a9d013f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 26 Jan 2006 14:38:09 +0000 Subject: [PATCH] REQUEST is under 'request' key in TALES context git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5343 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../erp5_core/BusinessTemplate_viewObjectsDiff/diffview.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewObjectsDiff/diffview.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewObjectsDiff/diffview.xml index 69facc2f13..8fe090d671 100755 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewObjectsDiff/diffview.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/BusinessTemplate_viewObjectsDiff/diffview.xml @@ -299,7 +299,7 @@ <dictionary> <item> <key> <string>_text</string> </key> - <value> <string>python: here.diffObject(REQUEST)</string> </value> + <value> <string>python: here.diffObject(request)</string> </value> </item> </dictionary> </pickle> -- 2.30.9