Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
06b9a766
Commit
06b9a766
authored
4 years ago
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "WIP: change erp5 bootstrap conf"
This reverts commit
e50d05af
.
parent
b5b61959
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
product/ERP5/ERP5Site.py
product/ERP5/ERP5Site.py
+2
-3
No files found.
product/ERP5/ERP5Site.py
View file @
06b9a766
...
...
@@ -2354,7 +2354,7 @@ class ERP5Generator(PortalGenerator):
# layer when installing new business templates.
ps
[
'custom'
].
manage_addProperty
(
"business_template_skin_layer_priority"
,
100.0
,
"float"
)
skin_folders
=
', '
.
join
((
'custom'
,
'external_method'
))
ps
.
addSkinSelection
(
'View
JS
'
ps
.
addSkinSelection
(
'View'
,
skin_folders
,
make_default
=
1
)
...
...
@@ -2537,8 +2537,7 @@ 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
p
.
getCoreBusinessTemplateList
():
if
not
bt
:
continue
url
=
getBootstrapBusinessTemplateUrl
(
bt
)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment