Commit 75864476 authored by iv's avatar iv

erp5_web_renderjs_ui: Allow jio_allAttachments method on erp5_launcher.

parent ceb84af7
...@@ -509,6 +509,9 @@ ...@@ -509,6 +509,9 @@
.allowPublicAcquisition("jio_get", function (param_list) {\n .allowPublicAcquisition("jio_get", function (param_list) {\n
return callJioGadget(this, "get", param_list);\n return callJioGadget(this, "get", param_list);\n
})\n })\n
.allowPublicAcquisition("jio_allAttachments", function (param_list) {\n
return callJioGadget(this, "allAttachments", param_list);\n
})\n
.allowPublicAcquisition("jio_getAttachment", function (param_list) {\n .allowPublicAcquisition("jio_getAttachment", function (param_list) {\n
return callJioGadget(this, "getAttachment", param_list);\n return callJioGadget(this, "getAttachment", param_list);\n
})\n })\n
...@@ -785,7 +788,7 @@ ...@@ -785,7 +788,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>948.17438.33512.7714</string> </value> <value> <string>948.30082.49058.20804</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -803,7 +806,7 @@ ...@@ -803,7 +806,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1452007617.7</float> <float>1452766839.17</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