Project

General

Profile

Actions

Bug #15831

closed

TCA usergroup limit too smal

Added by David Worms over 18 years ago. Updated about 16 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2006-03-15
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

Here's the usecase: we had to create usergroups and assign permission to those. The problem was, we could not select more than 20 items for a list which holds many more. We created a small extension to update the TCA but since we might not be the only one to face this issue, here are the line. Please feel free to replace the value with the integer of your choice, being a bit larger than the one we have today:

from an_extension/ext_tables.php:

t3lib_div::loadTCA('be_groups');

$TCA["be_groups"]["columns"]["tables_modify"]["config"]["maxitems"] = 999;
$TCA["be_groups"]["columns"]["tables_select"]["config"]["maxitems"] = 999;
$TCA["be_groups"]["columns"]["non_exclude_fields"]["config"]["maxitems"] = 9999;

(issue imported from #M2879)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #16553: In BE Usergroup, it is not possible to select more than 20 tables(modify) at any timeClosedOliver Hader2006-09-12

Actions
Actions

Also available in: Atom PDF