Commit 79d804b6 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_hal_json_style] Export update action title

parent 6dece901
......@@ -1120,6 +1120,8 @@ def renderFormDefinition(form, response_dict):
response_dict["pt"] = form.pt
response_dict["action"] = form.action
response_dict["update_action"] = form.update_action
# XXX translate
response_dict["update_action_title"] = form.update_action_title
def statusLevelToString(level):
"""Transform any level format to lowercase string representation"""
......
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