Project

General

Profile

Actions

Bug #21007

closed

'exclusiveKeys' => '0' in 'select' type field in TCA does't work as intended

Added by Vladimir Podkovanov over 14 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-09-07
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

When 'select' type field configured in TCA has option 'exclusiveKeys' => '0' it is not work as intended – due to improper check in class t3lib_tceforms 'exclusiveKeys' with value set to '0' considred as empty.

(issue imported from #M11892)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #20994: db_list doesn't show '0' valuesClosedRupert Germann2009-09-04

Actions
Actions #1

Updated by Oliver Hader over 14 years ago

Vladimir, I guess this behaviour was the same in TYPO3 4.2 and 4.1 as well? Can you confirm that?

Actions #2

Updated by Vladimir Podkovanov over 14 years ago

Hi Oliver,
Yes, in 4.1 4.2 branches there are same bug

line if ($config['exclusiveKeys'])
should be if (strlen($config['exclusiveKeys']))

Actions #3

Updated by Alexander Opitz almost 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #4

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback for over 90 days.

Actions

Also available in: Atom PDF