Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 432 Bytes

2022-09-06-reactivate-plugin-on-deactivation-fail.md

File metadata and controls

10 lines (9 loc) · 432 Bytes
title issue
Reactivate plugin if the deactivation fails
NEXT-22798

Core

  • Added a new event Shopware\Core\Framework\Plugin\Event\PluginPostDeactivationFailedEvent.php to be fired if the deactivation of the plugin fails after the PluginPreDeactivateEvent was handled.

Storefront

  • Changed PluginLifecycleSubscriber.php to run the activation workflow (pluginPostActivate) if the plugin deactivation failed.