Project

General

Profile

Actions

Feature #22627

closed

disable_controls = browser not available on all "group" fields

Added by Sven Teuber about 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-05-10
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:

Description

According to the documentation it is possible to remove the "browse items"-icon for TCE fields of type "group". However, it's only possible for the subtype "file", not for the other subtypes (folder, db).

Since there is no reason to use this feature just for the subtype "file" and not the other types (and since it is a no-brainer to implement), the feature should be available for all subtypes.

File: class.t3lib_tceforms.php
Method: getSingleField_typeGroup

Lines:
2232 (for subtype 'folder')
2301 (for subtype 'db')

$params['noBrowser'] => isset($config['disable_controls']) && t3lib_div::inList($config['disable_controls'], 'browser');
(issue imported from #M14356)


Files

bug_14356.diff (2.3 KB) bug_14356.diff Administrator Admin, 2010-05-14 17:36

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #17886: Disabling some or all controls in "group" fieldClosedDmitry Dulepov2007-12-05

Actions
Actions

Also available in: Atom PDF