Commit 08f04570 authored by Romain Courteaud's avatar Romain Courteaud

erp5_web_renderjs_ui: keep the navigation history after using the user preferences page

parent 1a807abb
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
jio_key = (new URI(result._links.active_preference jio_key = (new URI(result._links.active_preference
.href)).segment(2); .href)).segment(2);
} }
return gadget.redirect({command: 'display', return gadget.redirect({command: 'display_with_history',
options: {jio_key: jio_key}}); options: {jio_key: jio_key}});
}); });
}) })
......
...@@ -234,7 +234,7 @@ ...@@ -234,7 +234,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>968.45482.36373.28842</string> </value> <value> <string>991.25772.62050.38894</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>1536227405.38</float> <float>1631700218.22</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