Commit 3b402f1e authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from doJump.py to Base_doJump.py.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1542 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c1188509
## Script (Python) "Base_doJump"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=jump_select, form_id=''
##title=
##
import string
doAction = jump_select.split()
doAction0 = doAction[0]
Base_doAction = jump_select.split()
doAction0 = Base_doAction[0]
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