Actions
Bug #87283
closedInstall tool: Marking row updater as undone not possible
Start date:
2018-12-23
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
When trying to mark a single row updater as undone, an exception `No valid wizard identifier given` is thrown.
This happens, because the `UpgradeWizardService::assertIdentifierIsValid` only checks registered update wizard, but not the row updaters.
This happens in v9 and current master, but not in v8. This was introduced with the refactoring of the install tool and upgrade wizards.
Actions