Bug #40817
closedReference counter in FAL relation fields not updated by migration wizard
0%
Description
For fields like tt_content.image that contain a comma-separated list of file names. When migrating to FAL, this is converted to entries in the sys_file_references table. As these relations are using the regular TYPO3 relation mechanism provided by TCEmain, the field itself (e.g. tt_content.image) should contain the number of related records. This part is currently missing in the migration wizard for FAL.
Another problem is that the field is still a varchar/text field, because the database cannot be updated before migrating (as all data would be lost then). We could do this update after the migration, but this will require some changes to the database update tool (it has to support alternative database definitions).
Updated by Mathias Schreiber almost 10 years ago
- Target version changed from 6.0.0 to 7.1 (Cleanup)
- Is Regression set to No
- Sprint Focus set to On Location Sprint
let's check if this is still the case on the sprint
Updated by Anja Leichsenring almost 9 years ago
- Sprint Focus deleted (
On Location Sprint)
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed