title | issue |
---|---|
Plugin configuration not removed when disabled or uninstalled |
NEXT-12350 |
- Added new method
deletePluginConfiguration
insrc/Core/System/SystemConfig/SystemConfigService.php
to delete the configuration in the database - Added new method
filterNotActivatedPlugins
inload
method ofsrc/Core/System/SystemConfig/SystemConfigService.php
to remove the config key of not activated plugins - Added
$this->systemConfigService->deletePluginConfiguration($pluginBaseClass);
inuninstallPlugin
method ofsrc/Core/Framework/Plugin/PluginLifecycleService.php
to delete the configuration in the database when the user uninstall plugin