Commit c3403804 authored by Nicolas Wavrant's avatar Nicolas Wavrant

erp5_officejs_support_request_ui: remove dead code

parent 74bc005f
...@@ -95,7 +95,6 @@ ...@@ -95,7 +95,6 @@
return RSVP.all([ return RSVP.all([
context.getUrlFor({command: 'display', options: {page: "supportrequest_preference"}}), context.getUrlFor({command: 'display', options: {page: "supportrequest_preference"}}),
context.getUrlFor({command: 'display', options: {page: "logout"}}), context.getUrlFor({command: 'display', options: {page: "logout"}}),
context.getUrlFor({command: 'display', options: {page: "search"}}),
context.getUrlFor({command: 'display', options: {jio_key: "support_request_module"}}) context.getUrlFor({command: 'display', options: {jio_key: "support_request_module"}})
]); ]);
}) })
...@@ -106,7 +105,6 @@ ...@@ -106,7 +105,6 @@
panel_template_body({ panel_template_body({
"preference_href": result_list[0], "preference_href": result_list[0],
"logout_href": result_list[1], "logout_href": result_list[1],
"search_href": result_list[2],
"supportrequest_href": result_list[3] "supportrequest_href": result_list[3]
}) })
); );
......
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>966.44322.37377.38894</string> </value> <value> <string>976.15058.53987.28228</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -250,8 +250,8 @@ ...@@ -250,8 +250,8 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1540790670.05</float> <float>1559892519.92</float>
<string>GMT+9</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
</object> </object>
......
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