Actions
Feature #21125
closedDisplay thumbnails (from $TCA[$table]['ctrl']['thumbnail']) in element browser
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-09-22
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
If thumbnailsByDefault in user setup is enabled, the element browser should also display thumbnails.
Currently, in class.browse_links.php (line 1916) it is hardcoded:
$dblist->thumbs = 0;
It would be nice if this could be done like in db_list.php:
$dblist->thumbs = $BE_USER->uc['thumbnailsByDefault'];
(or maybe it should be controlled by an additional TSConfig option?)
(issue imported from #M12040)
Files
Updated by Kai Tallafus over 12 years ago
- File browse_links.patch browse_links.patch added
- Assignee set to Oliver Hader
- Target version deleted (
0)
I finally have a patch for this :)
Would it be possible to add this small change in one of the next versions?
The patch is made from Version 4.7.1
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
Hi,
thanks for the patch. Does the problem persists with latest 4.7 release? If yes, can you update your patch to latest 4.7?
Thanks.
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Assignee deleted (
Oliver Hader)
No feedback for over 90 days.
Actions