Commit 850f446b authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_officejs_support_request_ui: keep last query in the support request list view

parent 73c73960
Pipeline #36012 failed with stage
in 0 seconds
...@@ -184,7 +184,14 @@ ...@@ -184,7 +184,14 @@
return RSVP.hash({ return RSVP.hash({
url_list: gadget.getUrlForList([ url_list: gadget.getUrlForList([
{command: 'display'}, {command: 'display'},
{command: 'display', options: {jio_key: "support_request_module"}}, {
command: 'display_stored_state',
options: {
jio_key: "support_request_module",
page: "form",
view: "view"
}
},
{command: 'display', options: {page: "supportrequest_preference"}}, {command: 'display', options: {page: "supportrequest_preference"}},
{command: 'display', options: {page: "logout"}} {command: 'display', options: {page: "logout"}}
]), ]),
......
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
</item> </item>
<item> <item>
<key> <string>actor</string> </key> <key> <string>actor</string> </key>
<value> <string>supertitouan</string> </value> <value> <unicode>zope</unicode> </value>
</item> </item>
<item> <item>
<key> <string>comment</string> </key> <key> <string>comment</string> </key>
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>1017.970.56971.14218</string> </value> <value> <string>1017.64209.22264.37956</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -262,7 +262,7 @@ ...@@ -262,7 +262,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1717413839.14</float> <float>1721121747.19</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