Actions
Bug #72144
closedDatabase field be_groups:category_perms to small
Start date:
2015-12-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Database field be_groups:category_perms is to small varchar(255)
Configuration allow 9999 items, but can't be saved in database field:
$TCA['be_groups']['columns']['category_perms']['config']['maxitems'] = 9999;
Actions