Actions
Bug #41769
closedTCA - searchFields for fieldtype "group" internal_type "file" not working
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2012-10-09
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:
Description
For a FE-Plugin (classical; not MVC) which provides fileassigment via BE (type: group; internal_type: file) i'll get no records as searchresult while searching a existant filename in the corresponding DB table.field using the inernal BE-search.
Changing TCA-type for this file-field to "input" i'll get the expected recordlist as result.
ext_tables.php contains all "searchFields" in the "ctrl"-section.
"showRecordFieldList" contains all fields too.
I also tried putting this configuration into .../typo3conf/extTables.php with the same (wrong?) behavior.
Featurerequest I need to find filenames in my custom DB-tables
Actions