Project

General

Profile

Actions

Bug #20095

closed

Listview: default limits are hardcoded

Added by Steffen Kamper about 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2009-02-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The limits of records in list view depend on TCA setting of the tables.

$TCA[$tableName]['interface']['maxSingleDBListItems']
$TCA[$tableName]['interface']['maxDBListItems']

If these values are not set, default values are hardcoded:
var $itemsLimitPerTable = 20;
var $itemsLimitSingleTable = 100;

the following patch allows to override default settings with pageTS or userTS:

mod.web_list.itemsLimitSingleTable = 50
mod.web_list.itemsLimitPerTable = 10

(issue imported from #M10550)


Files

10550.diff (1.62 KB) 10550.diff Administrator Admin, 2009-02-26 10:39

Related issues 2 (0 open2 closed)

Has duplicate TYPO3 Core - Bug #18542: $TCA['tt_content']['interface']['maxSingleDBListItems'] =350ClosedChristian Kuhn2008-04-03

Actions
Has duplicate TYPO3 Core - Feature #19337: make showLimit of db/recordlists configurableClosedChristian Kuhn2008-09-16

Actions
Actions #1

Updated by Steffen Kamper almost 15 years ago

committed to trunk, rev 5372

Actions #2

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF