Commit f5026161 authored by Jérome Perrin's avatar Jérome Perrin

officejs_support_request_ui: don't use non existing action

There is no action with referecne `list` on support request module.
parent 463855b6
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
preference_href: context.getUrlFor({command: 'display', options: {page: "supportrequest_preference"}}), preference_href: context.getUrlFor({command: 'display', options: {page: "supportrequest_preference"}}),
logout_href: context.getUrlFor({command: 'display', options: {page: "logout"}}), logout_href: context.getUrlFor({command: 'display', options: {page: "logout"}}),
search_href: context.getUrlFor({command: 'display', options: {page: "search"}}), search_href: context.getUrlFor({command: 'display', options: {page: "search"}}),
supportrequest_href: context.getUrlFor({command: 'display', options: {jio_key: "support_request_module", page: "list"}}) supportrequest_href: context.getUrlFor({command: 'display', options: {jio_key: "support_request_module"}})
}); });
}) })
.push(function (panel_options) { .push(function (panel_options) {
......
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1540789939.84</float> <float>1540790669.05</float>
<string>GMT+9</string> <string>GMT+9</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