Commit 8ea417c4 authored by Boxiang Sun's avatar Boxiang Sun Committed by Tristan Cavelier

erp5_officejs_support_request_ui: Change the editor path.

parent 3b515922
...@@ -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("officejs_ckeditor_gadget/app/",
{ {
element: gadget.element.querySelector('.editor'), element: gadget.element.querySelector('.editor'),
sandbox: 'iframe', sandbox: 'iframe',
......
...@@ -230,7 +230,7 @@ ...@@ -230,7 +230,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>961.46663.24395.45414</string> </value> <value> <string>961.49224.31102.16076</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -248,7 +248,7 @@ ...@@ -248,7 +248,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1504082428.41</float> <float>1504096251.84</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
...@@ -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>python: field.restrictedTraverse("officejs_ckeditor_gadget/app").absolute_url() + "/"</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