Project

General

Profile

Actions

Bug #40817

closed

Reference counter in FAL relation fields not updated by migration wizard

Added by Andreas Wolf over 11 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2012-09-10
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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).

Actions

Also available in: Atom PDF