Commit ac94ce9c authored by iv's avatar iv

ERP5Workflow: revert changes on a erp5_core file

parent 733c5b30
context.getPortalTypesProperties()
REQUEST = context.REQUEST
result, message = context.getPortalTypesProperties()
ret_url = context.absolute_url() + '/' + REQUEST.get('form_id', 'view')
if REQUEST is not None:
ret_url = context.absolute_url() + '/' + REQUEST.get('form_id', 'view')
if not result:
message = context.Base_translateString("Portal type properties have been updated.")
REQUEST.RESPONSE.redirect("%s?portal_status_message=%s"% (ret_url, message))
REQUEST.RESPONSE.redirect("%s?portal_status_message=Portal+Types+Properties+Updated"% ret_url)
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