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 @@ ...@@ -185,7 +185,7 @@
}) })
.declareService(function () { .declareService(function () {
var gadget = this; 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'), element: gadget.element.querySelector('.editor'),
sandbox: 'iframe', sandbox: 'iframe',
......
...@@ -134,7 +134,7 @@ ...@@ -134,7 +134,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </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