Bug #86165
closedNew upgrade wizards cannot be marked as undone
100%
Description
UpgradeWizardsService marks wizards as done in the registry by using the identifier, not the class name of the wizard.
However listOfWizardsDoneInRegistry only checks for the class name, which causes markWizardUndoneInRegistry to fail, as it relies on this API.
Steps to reproduce:
- Go to install, upgrade
- Mark "Merge be_groups access rights from pages_language_overlay to pages" as undone
Expected result:
Wizard can be executed again
Actual result:
Wizard is still listed as done
Updated by Gerrit Code Review about 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/58197
Updated by Gerrit Code Review about 6 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58197
Updated by Gerrit Code Review about 6 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/58197
Updated by Helmut Hummel about 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 650705368fc1e64aaacc0a7d46f3945999d02107.
Updated by Alexander Stehlik almost 6 years ago
- Related to Bug #87156: Database row upgrade wizard can not be marked undone added