Commit 54a73770 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: copy the router sticky parameters when displaying an erp5 action

parent a49372cd
...@@ -411,6 +411,7 @@ ...@@ -411,6 +411,7 @@
jio_key: next_options.jio_key, jio_key: next_options.jio_key,
view: action_data.href view: action_data.href
}; };
copyStickyParameterDict(previous_options, new_options);
if (keep_history) { if (keep_history) {
return execPushHistoryCommand(gadget, previous_options, new_options); return execPushHistoryCommand(gadget, previous_options, new_options);
} }
......
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>987.30297.5087.33245</string> </value> <value> <string>989.17133.23517.28876</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -254,7 +254,7 @@ ...@@ -254,7 +254,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1604425286.1</float> <float>1610357005.28</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