Commit 091dcb4e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

erp5_crm: support new UI in Ticket_updateCreateResponseWorkflowActionDialog.

parent 452096ef
Pipeline #10694 failed with stage
in 0 seconds
......@@ -41,5 +41,11 @@ if response_event_notification_message:
request.set('your_response_event_text_content', temp_event.getTextContent())
request.set('your_response_event_content_type', temp_event.getContentType())
request.set('your_response_event_resource', temp_event.getResource())
# for new UI
request.form['your_response_event_notification_message'] = ''
request.form['your_response_event_title'] = title
request.form['your_response_event_text_content'] = temp_event.getTextContent()
request.form['your_response_event_content_type'] = temp_event.getContentType()
request.form['your_response_event_resource'] = temp_event.getResource()
return context.Ticket_viewCreateResponseWorkflowActionDialog()
return context.Base_renderForm('Ticket_viewCreateResponseWorkflowActionDialog')
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