Actions
Bug #71587
closedUsage of wrong (old) db field 'media_references' in Upgrade Wizard title
Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
Start date:
2015-11-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
The title of the upgrade wizard /typo3/sysext/install/Classes/Updates/ContentTypesToTextMediaUpdate.php is
Migrate CTypes text, image and textpic to textmedia and move file relations from "image" to "media_references"
With 191a017d96817124ddb94651d26860bdabc736f1 DB Field media_references
was replaced by assets
.
Updated by Morton Jonuschat about 9 years ago
- Status changed from New to Accepted
- Assignee set to Morton Jonuschat
Updated by Georg Tiefenbrunn about 9 years ago
7.5 Changelog also needs an update.
The relation field is changed from image to media_references.
Updated by Riccardo De Contardi about 9 years ago
- Target version set to Candidate for patchlevel
Updated by Gerrit Code Review almost 9 years ago
- Status changed from Accepted 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/44984
Updated by Morton Jonuschat almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset d5a1cd4dfc3ad8c6b855109372a3d58c7fd8cafd.
Actions