Commit 144196c6 authored by Boris Kocherov's avatar Boris Kocherov

erp5_officejs_connector: fix gadget url in online editor form

parent 559c7477
......@@ -262,7 +262,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: context.getPortalObject().restrictedTraverse(\'web_site_module/officejs_\' + context.getPortalType().lower() + \'_landing\').absolute_url() + \'/\'</string> </value>
<value> <string>python: context.getPortalObject().restrictedTraverse(\'web_site_module/officejs_gadget_onlyoffice\').absolute_url() + \'/onlyoffice/gadget_officejs_onlyoffice_\' + context.getPortalType().lower() + \'_landing.html\'</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