Skip to content

Module configuration

we already set big_data to all data module in erp5_wendelin: erp5_wendelin: add business application Big Data to modules

but in erp5_wendelin_data_lake_ingestion_default_security_model, we export again data_set_module, data_stream_module, notebook_module, but without business_application/big_data

since erp5_wendelin_data_lake_ingestion_default_security_model is installed after erp5_wendelin, we have such changes:

Action Changes
CMFActivity /erp5/portal_templates/updateBusinessTemplateFromUrl(install erp5_wendelin) business_application: big_data id: data_set_module ....
CMFActivity /erp5/portal_templates/updateBusinessTemplateFromUrl(install erp5_wendelin_data_lake_ingestion_default_security_model) -business_application: big_data ......

in addition to the fix for module configuration, this MR also add configurator tests

Edited by Xiaowu Zhang

Merge request reports