Commit d7f71ec2 authored by Sebastien Robin's avatar Sebastien Robin

added keyword md5_object_uid_list


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@758 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74817a76
##parameters=form_id,cancel_url,dialog_method,selection_name,dialog_id
##parameters=form_id,cancel_url,dialog_method,selection_name,dialog_id,md5_object_uid_list=None
# Updates attributes of an Zope document
# which is in a class inheriting from ERP5 Base
......@@ -16,7 +16,6 @@ if dialog_method == 'workflow_status_modify':
dialog_id=dialog_id
)
try:
# Validate the form
form = getattr(context,dialog_id)
......@@ -33,6 +32,7 @@ try:
kw['form_id'] = form_id
kw['dialog_id'] = dialog_id
kw['selection_name'] = selection_name
kw['md5_object_uid_list'] = md5_object_uid_list
url_params_string = make_query(**kw)
except FormValidationError, validation_errors:
# Pack errors into the 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