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.
Updated by Gerrit Code Review almost 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59290
Updated by Gerrit Code Review almost 6 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59383
Updated by Thorben Nissen almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 3b84e6139f2c9e0465ac3d9711f72398ee48f796.
Updated by Mona Muzaffar almost 6 years ago
- Related to Bug #87156: Database row upgrade wizard can not be marked undone added
Actions