Commit 8ca9069e authored by Romain Courteaud's avatar Romain Courteaud

WIP erp5_web_renderjs_ui: push every entry from the history page

parent bffba949
......@@ -56,7 +56,7 @@
row_list = result.data.rows;
for (i = 0; i < row_list.length; i += 1) {
url_for_parameter_list.push({
command: 'display',
command: 'push_history',
options: {jio_key: row_list[i].id}
});
}
......
......@@ -234,7 +234,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>981.54787.16313.36608</string> </value>
<value> <string>986.54157.57326.10274</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1581677007.38</float>
<float>1600954453.92</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