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 #1

Updated by Daniel Brüßler about 16 years ago

ben confirmed this as bug

+++
I needed this setting for the csv-export, because that just exports page1.

+++
Thanks for fixing it ;-)

Actions #2

Updated by Daniel Brüßler about 16 years ago

Idea of Dmitry: page TSConfig (overridable by user TSConfig)

Actions #3

Updated by Christian Kuhn over 15 years ago

Related to #19337

Actions #4

Updated by Christian Kuhn about 15 years ago

Resolved as duplicate of #20095

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF