Commit 1567b352 authored by Gabriel Monnerat's avatar Gabriel Monnerat

erp5_web_renderjs_ui: use store_and_change

parent b19429a0
...@@ -1489,7 +1489,7 @@ ...@@ -1489,7 +1489,7 @@
); );
if (evt.target == graphic_select) { if (evt.target == graphic_select) {
return gadget.redirect({ return gadget.redirect({
command: 'change', command: 'store_and_change',
options: { options: {
graphic_type: evt.target.value graphic_type: evt.target.value
} }
......
...@@ -240,7 +240,7 @@ ...@@ -240,7 +240,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>997.29175.11523.25804</string> </value> <value> <string>997.29251.8391.10461</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1641931639.38</float> <float>1641943433.03</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
return gadget.getSearchCriteria(params[0][0], params[0][1]) return gadget.getSearchCriteria(params[0][0], params[0][1])
.push(function (result) { .push(function (result) {
return gadget.redirect({ return gadget.redirect({
command: 'change', command: 'store_and_change',
options: { options: {
extended_search: result extended_search: result
} }
......
...@@ -246,7 +246,7 @@ ...@@ -246,7 +246,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>997.18817.60974.3703</string> </value> <value> <string>997.29949.14410.11229</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1641321106.61</float> <float>1641979761.56</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