Actions
Bug #14943
closedFields values of TCA columns with type=>select and maxitems > 1 not showed
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2005-08-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
It seems that if a database field is configured in TCA as select type, with values in "items" array (NO foreign tables...) and "maxitems" > 1, like this:
--- Example TCA config Start ---
...
"FIELD_NAME" => Array (
...
"config" => Array (
"type" => "select",
"items" => Array (
ARRAY OF ITEMS
)
"maxitems" => VALUE > 1,
...
)
),
...
--- Example TCA config Stop---
Fields values are not rendered in Web -> List
I've made a quick and dirty patch, attached as diff file.
(issue imported from #M1404)
Files
Actions