Bug #56240
closedsys_file_metadata does used TCA-types but no type column exists
0%
Description
FAL-Records have a type-property which is between 0-5 (unknown, text, image, audio, video, software) that is stored in the sys_file table.
The sys_file_metadata table uses a type-property which is not existing in sys_file_metadata to switch between the different TCA-Types. This seems to be an artifact of the extraction of sys_file_metadata from sys_file to me.
The TCA types of sys_file_metadata should switch based on the type in the referenced sys_file record or the type should be mirrored into sys_file metadata.
Updated by Martin Ficzel over 10 years ago
- Target version changed from 6.2.0 to next-patchlevel
Updated by Martin Ficzel over 10 years ago
This is resolved current master. The type feature is removed from core and was moved to ext:filemetadata where it works again because it now uses ['ctrl']['type'] = 'file:type' instead of ['ctrl']['type'] = 'type'.
Please close this issue. Thanks, Martin
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Closed