From 5f14cc2c393ce31cbd572e021579849f2b4da2f4 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Fri, 25 Sep 2020 09:35:30 +0200 Subject: [PATCH] Revert "WIP: change erp5 bootstrap conf" This reverts commit e50d05af8073390b8307232b0f857ba2d89c91d3. --- product/ERP5/ERP5Site.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product/ERP5/ERP5Site.py b/product/ERP5/ERP5Site.py index dc1116ff15..0a750092d5 100644 --- a/product/ERP5/ERP5Site.py +++ b/product/ERP5/ERP5Site.py @@ -2235,7 +2235,7 @@ class ERP5Generator(PortalGenerator): , 'external_method' ] + self.CMFDEFAULT_FOLDER_LIST skin_folders = ', '.join(skin_folder_list) - ps.addSkinSelection( 'ViewJS' + ps.addSkinSelection( 'View' , skin_folders , make_default = 1 ) @@ -2405,8 +2405,8 @@ class ERP5Generator(PortalGenerator): """ template_tool = p.portal_templates if template_tool.getInstalledBusinessTemplate('erp5_core') is None: - for bt in ('erp5_property_sheets', 'erp5_core', p.erp5_catalog_storage, - 'erp5_renderjs_style'): + for bt in ('erp5_property_sheets', 'erp5_core', p.erp5_catalog_storage, 'erp5_jquery', + 'erp5_xhtml_style'): if not bt: continue url = getBootstrapBusinessTemplateUrl(bt) -- 2.30.9