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

Renamed from doModule.py to Base_doModule.py.


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