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