Commit 45ea4500 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_web_renderjs_ui: add support for email field

parent fcf199e1
......@@ -149,6 +149,8 @@
field_url = \'gadget_erp5_field_radio.html\';\n
} else if (type === \'ImageField\') {\n
field_url = \'gadget_erp5_field_image.html\';\n
} else if (type === \'EmailField\') {\n
field_url = \'gadget_erp5_field_email.html\';\n
}\n
return field_url;\n
}\n
......@@ -512,7 +514,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>943.62898.42115.10666</string> </value>
<value> <string>944.22467.53128.26641</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -530,7 +532,7 @@
</tuple>
<state>
<tuple>
<float>1435744171.38</float>
<float>1436753892.36</float>
<string>GMT+2</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