Commit 36d45482 authored by Romain Courteaud's avatar Romain Courteaud

[officejs_upgrader] Use the same configuration than the configurator

parent b29b5dcb
""" 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_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
erp5_upgrader
\ No newline at end of file
erp5_upgrader
officejs_appstore_configurator
\ No newline at end of file
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