[TYPO3-dev] Backend User Groups Limit

Ulrich Lorenz PHZ Luzern lorenz.ulrich at phz.ch
Mon May 10 23:52:37 CEST 2010


Hi there

But still it's no problem: Change the field from tinytext to text and then increase the maxItems for subgroups in extTables.php:

$GLOBALS['TCA']['be_groups']['columns']['subgroup']['config']['maxitems']=50;

There you go.


Lorenz



-----Ursprüngliche Nachricht-----
Von: typo3-dev-bounces at lists.typo3.org im Auftrag von Bart Laarhoven - Ostendo
Gesendet: Mo 10.05.2010 23:50
An: 'List for Core-/Extension development'
Betreff: Re: [TYPO3-dev] Backend User Groups Limit
 
Hi Jason,

I believe this is because the be_users.usergroup field in the database is a
TINYTEXT (or VARCHAR(255) in later versions) type field. If I read the MySQL
manual correctly, this means it can contain at most 255 bytes. As the field
is filled with a comma separated uid-list (34,78,244,246..), the number of
groups is indeed limited.

Kind regards,

Bart Laarhoven

-----Original Message-----
From: typo3-dev-bounces at lists.typo3.org
[mailto:typo3-dev-bounces at lists.typo3.org] On Behalf Of Jason Alexander
Sent: maandag 10 mei 2010 23:40
To: List for Core-/Extension development
Subject: [TYPO3-dev] Backend User Groups Limit

Hello List,

I was curious if there was a limit on how many backend groups a backend user
can be apart of. We are using 4.2.10 and when we go into the User Admin to
edit a user. In the groups section if there is more then 35 (give or take)
groups assigned to the user. We get this little yellow exclamation mark next
to the groups field. When you try to save you get this message "The fields
marked with a yellow exclamation mark are not yet correctly filled in.
Please complete them properly." This seems to only happens when a users is
apart of many many groups.

Any suggestions or Ideas?

Thanks in Advance,

Jason R Alexander













_______________________________________________
TYPO3-dev mailing list
TYPO3-dev at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev

_______________________________________________
TYPO3-dev mailing list
TYPO3-dev at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev



More information about the TYPO3-dev mailing list