Commit 07ea1456 authored by Boris Kocherov's avatar Boris Kocherov

erp5_officejs: schema_editor: use empty string as default json document value

parent 1bf5b483
......@@ -47,7 +47,7 @@
return gadget.jio_post(ret);
})
.push(function (id) {
return gadget.jio_putAttachment(id, 'data', new Blob(["{}"]))
return gadget.jio_putAttachment(id, 'data', new Blob(['""']))
.push(function () {
return gadget.redirect({
command: 'display',
......
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