Commit 85f5aafe authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Gabriel Monnerat

erp5_web_renderjs_ui: Improve rjs_gadget_erp5_emailfield_js so that error is well displayed

store error_text to be propagate to render()
parent 488ab22a
......@@ -16,6 +16,7 @@
required: field_json.required,
name: field_json.key,
title: field_json.description,
error_text: field_json.error_text,
type: 'email',
hidden: field_json.hidden,
// Force calling subfield render
......
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>988.25406.64322.64716</string> </value>
<value> <string>989.42307.27983.58931</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1609253291.34</float>
<float>1611867423.34</float>
<string>UTC</string>
</tuple>
</state>
......
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