[Typo3-dev] Bug in backend usergroup 'Tables(modify)'?

stefano cecere scecere at krur.com
Wed Dec 7 18:33:23 CET 2005


>> // make sure to load all of 'be_groups'
>> t3lib_div::loadTCA("be_groups");
>>
>> // increase max number of tables that can be modified/selected
>> // otherwise we cannot give groups enough permissions.
>> $TCA['be_groups']['columns']['tables_modify']['config']['maxitems'] = 
>> 100;
>> $TCA['be_groups']['columns']['tables_select']['config']['maxitems'] = 
>> 100;
> 
> 
> (look in the file typo3/sysext/cms/tbl_tt_content.php to see what 
> structure you are changing)
> 
> We created an otherwise empty extension where we put changes like this 
> to the default typo3 behavior.

couldn't be useful to add a nice textarea in the Configuration module of the backend, where to add/edit this kind of statements?
i find it quite strange to create or search for an extension for such simple configuration lines!

core devs: could it go into 4.0?

stefano
krur.com




More information about the TYPO3-dev mailing list