Actions
Bug #86165
closedNew upgrade wizards cannot be marked as undone
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2018-09-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions