Closed ghost closed 6 years ago
When you uninstall the module, SHOPPING_FLUX_TOKEN should be removed from the configuration
SHOPPING_FLUX_TOKEN
Composed configuration values using SHOPPING_FLUX_TOKEN such as SHOPPING_FLUX_TOKEN_1_1 are not removed.
SHOPPING_FLUX_TOKEN_1_1
You need SHOPPING_FLUX_TOKEN configured with multiple languages et currencies. Then uninstall the module.
This can be solved thanks to the new uninstallCustomConfiguration() function introduced in 4.6.0
uninstallCustomConfiguration()
Expected behaviour
When you uninstall the module,
SHOPPING_FLUX_TOKEN
should be removed from the configurationActual behaviour
Composed configuration values using
SHOPPING_FLUX_TOKEN
such asSHOPPING_FLUX_TOKEN_1_1
are not removed.Steps to reproduce the behaviour
You need
SHOPPING_FLUX_TOKEN
configured with multiple languages et currencies. Then uninstall the module.