Actions
Bug #17329
closedTCA fields of type "none" should be searchable too.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2007-05-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
According to line 512 of class.db_list.inc :
" if ($info['config']['type']=='text' || ($info['config']['type']=='input' && !ereg('date|time|int',$info['config']['eval'])))"
Fields of type input or text are searchable via list mode. Type NONE should be searchable too.
(issue imported from #M5676)
Files
Actions