Feature #22627
closeddisable_controls = browser not available on all "group" fields
0%
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
Updated by Chris topher over 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/
Updated by Sven Teuber over 14 years ago
Of course. I add the patch here and will send it to the core list.