[TYPO3-core] RFC: #12849: Element wizard & web_list.allowedNewTables doesn't respect hiding pages

Steffen Ritter info at rs-websystems.de
Sun Feb 21 20:22:45 CET 2010


Georg Ringer schrieb:
> This is an SVN patch request.
> 
> Type: Minor Feature
> 
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=12849
> 
> Branches:
> trunk, 4.3
> 
> Problem:
> The helpful TsConfig setting (Page TsConfig)
> mod.web_list.allowedNewTables = fe_users
> 
> allows to specify the records which are available through the wizard. If
> setting it to fe_users there is still the entry "Create a new page -
> page (select position)" which is certainly not wanted.
> 
> Solution:
> the patch checks before rendering the line if pages is allowed in the list
> 
> How to reproduce:
> 1) Create or use a new sys folder and set
> mod.web_list.allowedNewTables = fe_users
> 
> 2) Try to create a new record by using the list view > the "create a new
> page" is there
> 
> 3) Apply patch and try again
> 
> Georg
> 
+1 by reading and testing

just add to take Susannes comment into account
else {
	$startRows = array();
}

Steffen


More information about the TYPO3-team-core mailing list