Project

General

Profile

Actions

Bug #23967

closed

Field size for "shortcut" is 3, although maxitems is 1

Added by Steffen Gebert about 14 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-11-06
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Field "shortcut" (to define target page of a shortcut) has size 3, although maxitems is defined to 1. This leads editors to the assumption that more pages can be added (which results in an exclamation mark).

$TCA['pages']['shortcut'] => array(
    'label' => 'LLL:EXT:lang/locallang_general.xml:LGL.shortcut_page',
    'config' => array(
        'type' => 'group',
        'internal_type' => 'db',
        'allowed' => 'pages',
        'size' => '3',
        'maxitems' => '1',
        'minitems' => '0'

(issue imported from #M16280)


Files

16280.diff (408 Bytes) 16280.diff Administrator Admin, 2010-11-06 20:19
Actions #1

Updated by Steffen Gebert about 14 years ago

trunk rev. 9321

Actions #2

Updated by Susanne Moog over 13 years ago

  • Target version deleted (4.5.0)
Actions

Also available in: Atom PDF