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

Mathias Schreiber [wmdb] mathias.schreiber at wmdb.de
Wed Dec 7 16:54:57 CET 2005


Albert van der Veen wrote:
> Hello list,
> 
> - sorry for crossposting but I didn't get any response on this in the 
> english group -
> 
> I'm experiencing some odd behaviour when trying to change the 
> 'Tables(modify)' section for a particular BE usergroup: it's impossible 
> to select more then 20 tables. If I select more, the last (execeeding 
> the 20 limit) will be deselected when I save the record. Is this a bug 
> or am I overlooking something obvious?

The field that stores the relations might be too short or you have a 
maximum limit set to 20 (which is set by default).
You can change this by overriding this maxItem value with an 
extTables.php file.


-- 
if ($GLOBALS['TSFE']->fe_user->user['ahnung'] == 0) {
	$this->fresseHalten = 1;
}




More information about the TYPO3-dev mailing list