Actions
Bug #23967
closedField size for "shortcut" is 3, although maxitems is 1
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
Actions