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