Project

General

Profile

Actions

Task #55187

closed

Epic #55070: Workpackages

Epic #54260: WP: FAL Missing Issues / Features / API

Story #54261: As an Extension-Developer I want to use FAL assets in my custom development

Task #55177: Add concept of a default storage

Allow unique evaulation for TCA type 'check'

Added by Oliver Hader about 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend User Interface
Target version:
-
Start date:
2014-01-20
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.3
Tags:
Complexity:
Sprint Focus:

Description

Allow the unique evaluation for checkboxes by setting the accordant 'eval' property in the field configuration in TCA.

Example:
'is_default' => array(
'exclude' => 0,
'label' => 'LLL:EXT:lang/locallang_tca.xlf:sys_file_storage.is_default',
'config' => array(
'type' => 'check',
'default' => 1,
'eval' => 'unique',
)
),


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #55590: TCA maximumRecordsChecked should display messageClosed2014-02-02

Actions
Actions

Also available in: Atom PDF