Commit 4a89f9c2 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_officejs_support_request_ui: keep last user search in Support Request Module view

parent c3403804
......@@ -95,7 +95,7 @@
return RSVP.all([
context.getUrlFor({command: 'display', options: {page: "supportrequest_preference"}}),
context.getUrlFor({command: 'display', options: {page: "logout"}}),
context.getUrlFor({command: 'display', options: {jio_key: "support_request_module"}})
context.getUrlFor({command: 'display_stored_state', options: {jio_key: "support_request_module"}})
]);
})
.push(function (result_list) {
......@@ -105,7 +105,7 @@
panel_template_body({
"preference_href": result_list[0],
"logout_href": result_list[1],
"supportrequest_href": result_list[3]
"supportrequest_href": result_list[2]
})
);
})
......
......@@ -232,7 +232,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>976.15058.53987.28228</string> </value>
<value> <string>976.15074.42522.46830</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -250,7 +250,7 @@
</tuple>
<state>
<tuple>
<float>1559892519.92</float>
<float>1559893029.52</float>
<string>UTC</string>
</tuple>
</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