Commit 7265db8a authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_erp5: Install Monaco editor by default

This is helpfull for development
parent 7d34d957
......@@ -295,6 +295,7 @@ class TestSlapOSConfigurator(SlapOSTestCaseMixin):
'erp5_hal_json_style',
'erp5_l10n_fr',
'erp5_l10n_zh',
'erp5_monaco_editor',
'erp5_movement_table_catalog',
'erp5_web_renderjs_ui',
'erp5_web_service',
......
......@@ -185,6 +185,7 @@ erp5_ingestion_test
erp5_integration
erp5_invoicing
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -296,6 +297,7 @@ erp5_ingestion_test
erp5_integration
erp5_invoicing
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -406,6 +408,7 @@ erp5_ingestion_test
erp5_integration
erp5_invoicing
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -515,6 +518,7 @@ erp5_integration
erp5_invoicing
erp5_jquery
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -626,6 +630,7 @@ erp5_invoicing
erp5_jquery
erp5_jquery_sheet_editor
erp5_km_widget_library
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -735,6 +740,7 @@ erp5_ingestion_test
erp5_integration
erp5_invoicing
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -843,6 +849,7 @@ erp5_ingestion_test
erp5_integration
erp5_invoicing
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -952,6 +959,7 @@ erp5_ingestion_test
erp5_integration
erp5_invoicing
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -1060,6 +1068,7 @@ erp5_ingestion_test
erp5_integration
erp5_invoicing
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -1169,6 +1178,7 @@ erp5_ingestion_test
erp5_integration
erp5_invoicing
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -1278,6 +1288,7 @@ erp5_ingestion_test
erp5_integration
erp5_invoicing
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -1388,6 +1399,7 @@ erp5_ingestion_test
erp5_integration
erp5_invoicing
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......@@ -1498,6 +1510,7 @@ erp5_ingestion_test
erp5_integration
erp5_invoicing
erp5_jquery_sheet_editor
erp5_monaco_editor
erp5_oauth
erp5_oauth_facebook_login
erp5_oauth_google_login
......
......@@ -13,6 +13,7 @@ class TestSlapOSXHTML(SlapOSTestCaseMixin, testXHTML.TestXHTML):
'erp5_fckeditor', 'erp5_ui_test_core',
'erp5_jquery', 'erp5_jquery_ui',
'erp5_svg_editor', 'erp5_xinha_editor',
'erp5_monaco_editor',
'erp5_web_renderjs')
def afterSetUp(self):
SlapOSTestCaseMixin.afterSetUp(self)
......
......@@ -10,6 +10,7 @@ erp5_ace_editor
erp5_code_mirror
erp5_web_shacache
erp5_web_shadir
erp5_monaco_editor
slapos_accounting
slapos_category
slapos_cloud
......
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