Project

General

Profile

Actions

Bug #16553

closed

In BE Usergroup, it is not possible to select more than 20 tables(modify) at any time

Added by Anonymous almost 18 years ago. Updated about 16 years ago.

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

0%

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

Description

Backend usergroup -> Include Access Lists -> Tables (modify)

(issue imported from #M4202)


Files

0004202_4.0.patch (2.87 KB) 0004202_4.0.patch Administrator Admin, 2007-02-20 12:47
0004202_4.1.patch (2.87 KB) 0004202_4.1.patch Administrator Admin, 2007-02-20 12:47

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Bug #15831: TCA usergroup limit too smalClosedLars Houmark2006-03-15

Actions
Is duplicate of TYPO3 Core - Bug #14713: Selections in the group settings get discarded without notificationClosedMichael Stucki2005-05-02

Actions
Has duplicate TYPO3 Core - Bug #15266: Unable to assign more than 20 tables to BE userClosedMichael Stucki2005-12-08

Actions
Actions #1

Updated by Petrovan Bogdan almost 18 years ago

found solution for this problem. it's not a bug. add this lines into your typo3conf/extTables.php file:

t3lib_div::loadTCA("be_groups");
$TCA['be_groups']['columns']['tables_modify']['config']['maxitems'] = 100;
$TCA['be_groups']['columns']['tables_select']['config']['maxitems'] = 100;

Actions #2

Updated by Oliver Hader over 17 years ago

The attached patch files solve this for TYPO3 4.0 and TYPO3 4.1RC1

Actions #3

Updated by Oliver Hader over 17 years ago

Patch committed to Trunk (4.1-dev), but still pending for TYPO3_4-0.

Actions #4

Updated by Ingmar Schlecht over 16 years ago

Won't be fixed for 4-0.

Actions

Also available in: Atom PDF