[BUGFIX] sys_file.metadata does not use TCA type inline
The field sys_file.metadata defines the TCA property "foreign_field" that is only defined for the TCA type "inline". Using "foreign_field" with the select type does not make much sense, since select elements can be seen as m:n reference that is persisted with each parent record and thus could have multiple parents. Fixes: #53567 Releases: 6.2 Change-Id: I2c8e12b6343275d7f38853ba25ac6a0427c13dbd Reviewed-on: https://review.typo3.org/25320 Reviewed-by: Oliver Hader Tested-by: Oliver Hader
Please register or sign in to comment