Project

General

Profile

Actions

Bug #18542

closed

$TCA['tt_content']['interface']['maxSingleDBListItems'] =350

Added by Daniel Brüßler about 16 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2008-04-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.1
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

in my 4.1.5 installation it doesn't like to work to set the max number for mod.web_list .

t3lib_div::loadTCA("tt_content");
$TCA['tt_content']['interface']['maxDBListItems'] = 30;
$TCA['tt_content']['interface']['maxSingleDBListItems'] = 500;

It just works with a hardcoded change:
var $itemsLimitSingleTable
in class.db_list.inc

(PHP 5.2.3)

=>
maybe also in 4.1.6 and 4.2, didn't test yet.

(issue imported from #M7993)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #20095: Listview: default limits are hardcodedClosedSteffen Kamper2009-02-26

Actions
Actions

Also available in: Atom PDF