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