Project

General

Profile

Actions

Feature #21125

closed

Display thumbnails (from $TCA[$table]['ctrl']['thumbnail']) in element browser

Added by Kai Tallafus about 15 years ago. Updated about 11 years ago.

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

browse_links.patch (551 Bytes) browse_links.patch Kai Tallafus, 2012-05-23 17:29
Actions

Also available in: Atom PDF