Project

General

Profile

Actions

Bug #14943

closed

Fields values of TCA columns with type=>select and maxitems > 1 not showed

Added by Robert von almost 19 years ago. Updated almost 13 years ago.

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

class.t3lib_befunc.diff (436 Bytes) class.t3lib_befunc.diff Administrator Admin, 2005-08-24 14:59
Actions

Also available in: Atom PDF