Actions
Bug #105500
closedDefault database charset wizard is not visible although backend ajax endpoint reports needsUpdate: true
Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Install Tool
Target version:
Start date:
2024-10-28
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Switch database charset to latin1 and try to run "Upgrade Wizards" in install tool:
alter database t3core character set latin1 collate latin1_swedish_ci;
The template tag is not properly cloned, but inserted and therefore now visible:
Files
Updated by Benjamin Franzke 24 days ago
- Subject changed from Default database charset wizard is not shown to Default database charset wizard is not visible although backend ajax endpoint reports needsUpdate: true
Updated by Gerrit Code Review 24 days ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86813
Updated by Gerrit Code Review 23 days ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86748
Updated by Benjamin Franzke 23 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 508024f127898ef51f32d0f1c5f64a6e89eb077f.
Actions