Project

General

Profile

Actions

Bug #14943

closed

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

Added by Robert von over 18 years ago. Updated over 12 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 #1

Updated by Frank Roeske over 14 years ago

do we have any update on this issue? Seems also broken in TYPO3 4.2.6

Actions #2

Updated by Andreas Wolf over 12 years ago

  • Category set to Backend User Interface
  • Status changed from New to Needs Feedback
  • Target version deleted (0)
  • TYPO3 Version changed from 3.8.0 to 4.2
  • PHP Version deleted (4)
  • Complexity set to easy

Could anyone test if this is still valid for 4.6?

Actions #3

Updated by Helmut Hummel over 12 years ago

  • Status changed from Needs Feedback to Rejected

Cannot reproduce with TYPO3 4.6

Actions

Also available in: Atom PDF