Commit 20e97a24 authored by Vincent Bechu's avatar Vincent Bechu

erp5_officejs: put jio_connector as officejs dependancie

parent 5977b8bb
...@@ -14,8 +14,7 @@ ...@@ -14,8 +14,7 @@
]); ]);
}) })
.push(function (result) { .push(function (result) {
var old_date = new Date(), var configuration = {},
configuration = {},
portal_type = result[0], portal_type = result[0],
attachment_synchro = result[1] !== undefined, attachment_synchro = result[1] !== undefined,
extended_attachment_url = result[1]; extended_attachment_url = result[1];
...@@ -62,7 +61,7 @@ ...@@ -62,7 +61,7 @@
}, },
"put": { "put": {
"erp5_put_template": (new URI("hateoas")).absoluteTo(erp5_url) "erp5_put_template": (new URI("hateoas")).absoluteTo(erp5_url)
.toString() + "/{+id}/Base_edit" .toString() + "/{+id}/Base_edit"
} }
} }
}, },
......
...@@ -273,7 +273,7 @@ ...@@ -273,7 +273,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>958.61732.51927.19012</string> </value> <value> <string>959.55084.45883.7150</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -291,7 +291,7 @@ ...@@ -291,7 +291,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1493209251.12</float> <float>1496670741.67</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
erp5_officejs_connector
erp5_web_renderjs_ui erp5_web_renderjs_ui
erp5_code_mirror erp5_code_mirror
\ No newline at end of file
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