Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
officejs-appstore
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Romain Courteaud
officejs-appstore
Commits
36d45482
Commit
36d45482
authored
Jan 25, 2019
by
Romain Courteaud
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[officejs_upgrader] Use the same configuration than the configurator
parent
b29b5dcb
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
15 deletions
+9
-15
bt5/officejs_appstore_configurator/SkinTemplateItem/portal_skins/officejs_appstore_configurator/TemplateTool_getOfficeJSAppstoreBusinessTemplateList.py
...r/TemplateTool_getOfficeJSAppstoreBusinessTemplateList.py
+4
-1
bt5/officejs_upgrader/SkinTemplateItem/portal_skins/officejs_upgrader/Base_getUpgradeBusinessTemplateList.py
.../officejs_upgrader/Base_getUpgradeBusinessTemplateList.py
+3
-13
bt5/officejs_upgrader/bt/dependency_list
bt5/officejs_upgrader/bt/dependency_list
+2
-1
No files found.
bt5/officejs_appstore_configurator/SkinTemplateItem/portal_skins/officejs_appstore_configurator/TemplateTool_getOfficeJSAppstoreBusinessTemplateList.py
View file @
36d45482
""" Simple place for keep the list of business template to install on this project
"""
keep_bt5_id_list
=
()
keep_bt5_id_list
=
[
'erp5_ui_test'
,
'erp5_ui_test_core'
,
'erp5_forge'
,
'officejs_test'
]
bt5_update_catalog_list
=
(
'erp5_ingestion_mysql_innodb_catalog'
,
'erp5_full_text_mroonga_catalog'
)
...
...
bt5/officejs_upgrader/SkinTemplateItem/portal_skins/officejs_upgrader/Base_getUpgradeBusinessTemplateList.py
View file @
36d45482
bt5_list
=
[
"erp5_full_text_mroonga_catalog"
,
"officejs_meta"
]
keep_bt5_id_set
=
[
"erp5_upgrader"
,
"officejs_upgrader"
,
# Installed by Fix Check Site Consistency
"erp5_promise"
,
]
return
bt5_list
,
keep_bt5_id_set
bt5_id_list
,
bt5_update_catalog_list
,
keep_bt5_id_list
=
\
context
.
TemplateTool_getOfficeJSAppstoreBusinessTemplateList
()
return
bt5_id_list
,
keep_bt5_id_list
bt5/officejs_upgrader/bt/dependency_list
View file @
36d45482
erp5_upgrader
\ No newline at end of file
erp5_upgrader
officejs_appstore_configurator
\ No newline at end of file
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