Project

General

Profile

Actions

Feature #22627

closed

disable_controls = browser not available on all "group" fields

Added by Sven Teuber almost 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 #1

Updated by Chris topher almost 14 years ago

Hi Sven,

since you already did the work for this, can you provide a patch file and send that to Core List? Then your imrpvoements will surely make it to the next releases.
Check out http://typo3.org/teams/core/core-mailinglist-rules/

Actions #2

Updated by Sven Teuber almost 14 years ago

Of course. I add the patch here and will send it to the core list.

Actions #3

Updated by Steffen Kamper almost 14 years ago

Committed to trunk rev 7899

Actions

Also available in: Atom PDF