Actions
Bug #87156
closedDatabase row upgrade wizard can not be marked undone
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
-
Start date:
2018-12-14
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
This is caused by an invalid check of the identifier introduced in #86165.
The call to assertIdentifierIsValid()
does not make sense here because the identifiers of the database row updaters are not in the array that is checked.
Updated by Alexander Stehlik almost 6 years ago
- Related to Bug #86165: New upgrade wizards cannot be marked as undone added
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/59142
Updated by Gerrit Code Review almost 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/59142
Updated by Gerrit Code Review almost 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/59142
Updated by Mona Muzaffar almost 6 years ago
- Related to Bug #87283: Install tool: Marking row updater as undone not possible added
Updated by Anja Leichsenring almost 6 years ago
- Status changed from Under Review to Resolved
Actions