Commit bf528aec authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: worklist: go back to the worklist when done with one

parent 05f1610b
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
// Drop the sort parameter, to speed up the calculation // Drop the sort parameter, to speed up the calculation
display_options['field_listbox_sort_list:json'] = undefined; display_options['field_listbox_sort_list:json'] = undefined;
url_for_parameter_list.push( url_for_parameter_list.push(
{command: 'display_stored_state', options: display_options} {command: 'push_history_stored_state', options: display_options}
); );
} }
return RSVP.all([ return RSVP.all([
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>982.57135.22608.35276</string> </value> <value> <string>986.32404.49746.11571</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>1589292069.11</float> <float>1600958231.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