Commit 0de0acb3 authored by Tristan Cavelier's avatar Tristan Cavelier

erp5_officejs_support_request_ui: fix ckeditor gadget url

parent 2ab2cb73
......@@ -185,7 +185,7 @@
})
.declareService(function () {
var gadget = this;
return gadget.declareGadget('officejs_ckeditor_gadget/development/',
return gadget.declareGadget("https://texteditor.app.officejs.com/d8f869616f/officejs_ckeditor_gadget/app/",
{
element: gadget.element.querySelector('.editor'),
sandbox: 'iframe',
......
......@@ -134,7 +134,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: field.restrictedTraverse("officejs_ckeditor_gadget/development").absolute_url() + "/"</string> </value>
<value> <string>string: https://texteditor.app.officejs.com/d8f869616f/officejs_ckeditor_gadget/app/</string> </value>
</item>
</dictionary>
</pickle>
......
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