Skip to content

Commit ef44b5e

Browse files
committed
[BUGFIX] Prepend extension name to upgrade wizard identifier
1 parent 1499724 commit ef44b5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Classes/Updates/ListTypeToCTypeUpdate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* LICENSE file that was distributed with this source code.
1313
*/
1414

15-
#[UpgradeWizard('cart_updateListTypeToCType')]
15+
#[UpgradeWizard('cartProducts_updateListTypeToCType')]
1616
class ListTypeToCTypeUpdate extends AbstractListTypeToCTypeUpdate
1717
{
1818
protected function getListTypeToCTypeMapping(): array

Classes/Updates/SwitchableControllerActionsPluginUpdater.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
use TYPO3\CMS\Install\Updates\DatabaseUpdatedPrerequisite;
2121
use TYPO3\CMS\Install\Updates\UpgradeWizardInterface;
2222

23-
#[UpgradeWizard('switchableControllerActionsPluginUpdater')]
23+
#[UpgradeWizard('cartProducts_switchableControllerActionsPluginUpdater')]
2424
class SwitchableControllerActionsPluginUpdater implements UpgradeWizardInterface
2525
{
2626
private const MIGRATION_SETTINGS = [

0 commit comments

Comments
 (0)