From ef44b5e8fc07990cde4c11d8db115b3035c13f7a Mon Sep 17 00:00:00 2001 From: Florian <151127167+florian-lst@users.noreply.github.com> Date: Mon, 17 Nov 2025 14:25:08 +0000 Subject: [PATCH] [BUGFIX] Prepend extension name to upgrade wizard identifier --- Classes/Updates/ListTypeToCTypeUpdate.php | 2 +- Classes/Updates/SwitchableControllerActionsPluginUpdater.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/Updates/ListTypeToCTypeUpdate.php b/Classes/Updates/ListTypeToCTypeUpdate.php index 936c498..9bc1490 100644 --- a/Classes/Updates/ListTypeToCTypeUpdate.php +++ b/Classes/Updates/ListTypeToCTypeUpdate.php @@ -12,7 +12,7 @@ * LICENSE file that was distributed with this source code. */ -#[UpgradeWizard('cart_updateListTypeToCType')] +#[UpgradeWizard('cartProducts_updateListTypeToCType')] class ListTypeToCTypeUpdate extends AbstractListTypeToCTypeUpdate { protected function getListTypeToCTypeMapping(): array diff --git a/Classes/Updates/SwitchableControllerActionsPluginUpdater.php b/Classes/Updates/SwitchableControllerActionsPluginUpdater.php index d4c4e4d..5928549 100644 --- a/Classes/Updates/SwitchableControllerActionsPluginUpdater.php +++ b/Classes/Updates/SwitchableControllerActionsPluginUpdater.php @@ -20,7 +20,7 @@ use TYPO3\CMS\Install\Updates\DatabaseUpdatedPrerequisite; use TYPO3\CMS\Install\Updates\UpgradeWizardInterface; -#[UpgradeWizard('switchableControllerActionsPluginUpdater')] +#[UpgradeWizard('cartProducts_switchableControllerActionsPluginUpdater')] class SwitchableControllerActionsPluginUpdater implements UpgradeWizardInterface { private const MIGRATION_SETTINGS = [