Commit 05f1610b authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: module list: go to to the list of module when done with it

parent ec314109
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
// Calculate all module's urls // Calculate all module's urls
for (i = 0; i < len; i += 1) { for (i = 0; i < len; i += 1) {
url_dict_list.push({ url_dict_list.push({
command: 'display_stored_state', command: 'push_history_stored_state',
options: {jio_key: document_list[i].id} options: {jio_key: document_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>986.54119.40309.54067</string> </value> <value> <string>986.54125.60966.30924</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>1600952515.72</float> <float>1600957441.42</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