Commit 77a88301 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_hal_json_style] Send the form update action

parent e67ba39b
......@@ -1050,6 +1050,7 @@ def renderFormDefinition(form, response_dict):
response_dict["title"] = Base_translateString(form.getTitle())
response_dict["pt"] = form.pt
response_dict["action"] = form.action
response_dict["update_action"] = form.update_action
mime_type = 'application/hal+json'
......
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