From ffac87867a6ccf4e3275e8ac345faffd040e9384 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Mon, 26 Apr 2004 20:38:34 +0000 Subject: [PATCH] added /view to the url of the module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@750 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/skins/erp5_core/doModule.py | 1 + 1 file changed, 1 insertion(+) diff --git a/product/ERP5/skins/erp5_core/doModule.py b/product/ERP5/skins/erp5_core/doModule.py index d4c141e777..3440e939cb 100755 --- a/product/ERP5/skins/erp5_core/doModule.py +++ b/product/ERP5/skins/erp5_core/doModule.py @@ -4,6 +4,7 @@ import string doAction = module_select.split() doAction0 = doAction[0] +doAction0 += '/view' request = context.REQUEST return request.RESPONSE.redirect(doAction0) -- 2.30.9