Commit fe21dad6 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Renamed from base_update_dialog.py to Base_showUpdateDialog.py.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1532 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 32459d84
## Script (Python) "Base_showUpdateDialog"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=form_id,cancel_url,dialog_method,selection_name,dialog_id,update_method
##title=
##
# This script is only used in order to add a third button on
# dialog pages wich is only used for udpates
dialog_method = update_method
return context.base_dialog(form_id,cancel_url,dialog_method,selection_name,dialog_id,enable_pickle=1)
return context.Base_callDialogMethod(form_id,cancel_url,dialog_method,selection_name,dialog_id,enable_pickle=1)
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