Actions
Feature #22627
closeddisable_controls = browser not available on all "group" fields
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
Actions