Commit d12a8100 authored by Romain Courteaud's avatar Romain Courteaud

[erp5_web_renderjs_ui] Drop usage of deprecated jio document's _id property

parent 3cdd1c85
......@@ -229,7 +229,7 @@
suboption_dict.hide_enabled = form_definition.hide_enabled;\n
\n
form_gadget.props.gadget_list = [];\n
form_gadget.props.id = erp5_document._id;\n
form_gadget.props.id = options.jio_key;\n
\n
function addGroup(group) {\n
queue\n
......@@ -536,7 +536,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>948.21381.44953.13482</string> </value>
<value> <string>948.41569.55434.38451</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -554,7 +554,7 @@
</tuple>
<state>
<tuple>
<float>1453367894.95</float>
<float>1456157203.52</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -155,7 +155,7 @@
form_options = options.erp5_form || {},\n
form_gadget = this;\n
\n
form_gadget.props.id = erp5_document._id;\n
form_gadget.props.id = options.jio_key;\n
form_gadget.props.view = options.view;\n
form_gadget.props.editable = options.editable;\n
form_gadget.props.action = erp5_document._embedded._view._actions.put;\n
......@@ -435,7 +435,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>948.17482.34241.44117</string> </value>
<value> <string>948.21381.44953.13482</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -453,7 +453,7 @@
</tuple>
<state>
<tuple>
<float>1452010264.83</float>
<float>1456157173.13</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -144,7 +144,7 @@
var erp5_document = options.erp5_document,\n
form_gadget = this;\n
\n
form_gadget.props.id = erp5_document._id;\n
form_gadget.props.id = options.jio_key;\n
form_gadget.props.view = options.view;\n
form_gadget.props.action = erp5_document._embedded._view._actions.put;\n
form_gadget.props.form_id = erp5_document._embedded._view.form_id;\n
......@@ -389,7 +389,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>948.17478.43228.61201</string> </value>
<value> <string>949.21059.54877.18039</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -407,7 +407,7 @@
</tuple>
<state>
<tuple>
<float>1452010729.12</float>
<float>1456157158.25</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