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
Pipeline #5588 failed with stage
in 0 seconds
......@@ -96,7 +96,7 @@
preference_href: context.getUrlFor({command: 'display', options: {page: "supportrequest_preference"}}),
logout_href: context.getUrlFor({command: 'display', options: {page: "logout"}}),
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"}})
  • Support Request Module does not have a "list" action, I guess the page argument was not used in this casE.

    image

Please register or sign in to reply
});
})
.push(function (panel_options) {
......
......@@ -252,7 +252,7 @@
</tuple>
<state>
<tuple>
<float>1540789939.84</float>
<float>1540790669.05</float>
<string>GMT+9</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