Feature #36505
closedLimit for backend group soubgroups too small
100%
Description
Currently be_groups:subgroup has a varchar(255) limit.
This is too small to store a big number of groups (we have 250+) to create a superuser group.
Can you raise this limit (/t3lib/stddb/tables.sql, around line 30)?
Updated by Philipp Gampe over 12 years ago
You can do this locally by just changing the database. Also you can nest groups to have fewer groups to include.
You can of course push a change to gerrit or start a discussion on the core mailing list, whether this should be changed. To me, this sounds like a feature request. Best thing would be to move to MM tables instead of having those CSV lists.
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21593
Updated by Gerrit Code Review over 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21593
Updated by Gerrit Code Review over 11 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21593
Updated by Gerrit Code Review over 11 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21593
Updated by Krzysztof Adamczyk over 11 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c56d712acaefe217774192a7335b9d2e40d2a03d.