Commit ffac8786 authored by Sebastien Robin's avatar Sebastien Robin

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
parent a61b1ef9
......@@ -4,6 +4,7 @@ import string
doAction = module_select.split()
doAction0 = doAction[0]
doAction0 += '/view'
request = context.REQUEST
return request.RESPONSE.redirect(doAction0)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment