Project

General

Profile

Actions

Bug #61276

closed

TCA property "exclusiveKeys" prevents from selecting an item

Added by most wanted over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
FormEngine aka TCEforms
Target version:
Start date:
2014-08-29
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:

Description

In the TYPO3 backend the TCA property "exclusiveKeys" of column type "select" prevents a backend user from selecting an item if only one key is set.

It expects a string (list of) but only works if it is set to at least two keys seperated by a comma.

  • works: 'exclusiveKeys' => '-1,-999'
  • does not work: 'exclusiveKeys' => '-1'

"Does not work" means that no item can be selected at all - a JavaScript error is thrown instead.

Enclosed please find a screenshot of the error message the Chrome developer tools show.


Files


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #46357: Move TCEForms JS Code to external file - part 1ClosedBenni Mack2013-03-16

Actions
Actions

Also available in: Atom PDF