Commit 75583d1e authored by Boris Kocherov's avatar Boris Kocherov Committed by Boris Kocherov

erp5_officejs: fix list of offline files for oofficejs thx @cedric.leninivin

parent c9814f99
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
return 'url_string: ="' + currentValue + '"'; return 'url_string: ="' + currentValue + '"';
}).join(' OR '); }).join(' OR ');
erp5_query = erp5_query + ' OR ' + [ erp5_query = erp5_query + ' OR ' + [
"gadget_officejs_spreadsheet_router.html", "gadget_officejs_" + name + "_router.html",
"gadget_officejs_router.js", "gadget_officejs_router.js",
"gadget_officejs_page_document_list.html", "gadget_officejs_page_document_list.html",
"gadget_officejs_page_document_list.js", "gadget_officejs_page_document_list.js",
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
"rsvp.js", "rsvp.js",
"gadget_officejs_header.html", "gadget_officejs_header.html",
"gadget_officejs_jio.html", "gadget_officejs_jio.html",
"gadget_officejs_page_add_text_document.html", "gadget_officejs_page_add_document.html",
"gadget_officejs_page_jio_configurator.html", "gadget_officejs_page_jio_configurator.html",
"gadget_officejs_page_jio_dav_configurator.html", "gadget_officejs_page_jio_dav_configurator.html",
"gadget_officejs_page_login.html", "gadget_officejs_page_login.html",
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
"gadget_officejs_widget_listbox.html", "gadget_officejs_widget_listbox.html",
"gadget_officejs_header.js", "gadget_officejs_header.js",
"gadget_officejs_jio.js", "gadget_officejs_jio.js",
"gadget_officejs_page_add_text_document.js", "gadget_officejs_page_add_document.js",
"gadget_officejs_page_jio_configurator.js", "gadget_officejs_page_jio_configurator.js",
"gadget_officejs_page_jio_dav_configurator.js", "gadget_officejs_page_jio_dav_configurator.js",
"gadget_officejs_page_login.js", "gadget_officejs_page_login.js",
......
...@@ -179,7 +179,7 @@ ...@@ -179,7 +179,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1472539138.38</float> <float>1473145272.97</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
...@@ -224,7 +224,7 @@ ...@@ -224,7 +224,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>953.39253.53631.25634</string> </value> <value> <string>953.49230.16074.49851</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -242,7 +242,7 @@ ...@@ -242,7 +242,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1472633353.37</float> <float>1473230498.18</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