Actions
Bug #68260
closedFOLLOW-UP Replace file feature for fal file list
Start date:
2015-07-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The updateWizard, which was introduced in #56133 with patch https://review.typo3.org/#/c/40797/ is broken.
The updateWizard comes up again and again, looks like it will never be marked as finished.
Updated by Wouter Wolters over 9 years ago
Add in checkForUpdate function on top:
if ($this->isWizardDone()) {
return FALSE;
}
Updated by Gerrit Code Review over 9 years ago
- Status changed from Accepted to Under Review
Updated by Georg Ringer over 9 years ago
- Status changed from Under Review to Accepted
Updated by Wouter Wolters over 9 years ago
- Sprint Focus changed from Stabilization Sprint to On Location Sprint
Updated by Wouter Wolters over 9 years ago
- Status changed from Accepted to In Progress
- Assignee changed from Benni Mack to Wouter Wolters
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress 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 http://review.typo3.org/41604
Updated by Gerrit Code Review over 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/41604
Updated by Gordon Brüggemann over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5629f1c0ebe97045b473a1c9b2a7d98546234821.
Updated by Anja Leichsenring about 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions