Actions
Feature #17886
closedDisabling some or all controls in "group" field
Start date:
2007-12-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
4.3
Tags:
Complexity:
Sprint Focus:
Description
This is a better solution for bug #6389. It offesrs possibilities to disable certain controls for the field with type="group". It can disable any or all of:
- list
- browser
- upload
controls. It is achieved by a new configuration setting named 'disable_controls', which may contain comma-separated combination of values frm the list above.
Test extension, screen shot and patch are attached. To use test extension, install it, go to Web>List and create a new record named "File controls test table".
It is worthless to specify 'disable_controls' => 'list' but sometimes'disable_controls' => 'list,upload' is useful to display thumbnails for some fields, that generated dynamically
(issue imported from #M6888)
Files
No data to display
Actions