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