Commit bb4a3312 authored by Xiaowu Zhang's avatar Xiaowu Zhang

ERP5Site: cloudooo url is a list

parent 817e5eb0
......@@ -286,7 +286,8 @@ class ERP5Site(FolderMixIn, CMFSite, CacheCookieMixin):
pref = preference_tool.newContent(id, portal_type,
priority=Priority.SITE, title='Default ' + portal_type)
pref.enable()
pref.setPreferredDocumentConversionServerUrl(cloudooo_url)
cloudooo_url = cloudooo_url.split(',')
pref.setPreferredDocumentConversionServerUrlList(cloudooo_url)
def _createInitialSiteManager(self):
# This section of code is inspired by
......
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