Commit 4404634f authored by Gabriel Monnerat's avatar Gabriel Monnerat Committed by Romain Courteaud

erp5_web_renderjs_ui: minor improvements

parent 300d44ae
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
return gadget.jio_getAttachment(gadget.state.jio_key, gadget.state.view || "links") return gadget.jio_getAttachment(gadget.state.jio_key, gadget.state.view || "links")
.push(function (jio_attachment) { .push(function (jio_attachment) {
erp5_document = jio_attachment; erp5_document = jio_attachment;
raw_list = ensureArray(erp5_document._links.action_object_jio_raw); raw_list = ensureArray(erp5_document._links.action_object_development_mode_jump_raw);
var i, var i,
j, j,
...@@ -98,6 +98,7 @@ ...@@ -98,6 +98,7 @@
raw_list.push(erp5_document._links[i]); raw_list.push(erp5_document._links[i]);
} }
} }
// Developer mode // Developer mode
for (i = 0; i < raw_list.length; i += 1) { for (i = 0; i < raw_list.length; i += 1) {
url_for_kw_list.push({ url_for_kw_list.push({
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>989.16666.3530.19285</string> </value> <value> <string>989.17757.52708.29969</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>1610328685.56</float> <float>1610395382.6</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