[TYPO3-core] RFC: Bugfix: #10441: Not possible to blind in the advanced search some options

Tapio Markula tapio.markula at xetpoint.fi
Sat Feb 14 08:19:45 CET 2009


Hi!

This is an SVN patch request.

Type: bugfix

Branches: 4-1, 4-2, trunk

Bugtracker reference: http://bugs.typo3.org/view.php?id=10441


Problem:

It is not possible to blind the option 'All pages on level 1' (concerns 
apparently also 'All pages on level 2').

in the option tag was
value="rl1_10,9,8,7,6,5,4,32,31,30,29,40,39"

trying to blind it with
...
blind {
...
sections.rl1_10,9,8,7,6,5,4,32,31,30,29,40,39=1
}
failed
Seems that the foreach loop can't handle generated section options

Solution:

Add special blinding configurations and if statements.

For TS config


blind {
...
sections.all_1_level=1
sections.all_2_level=1
}

and in the patch related changes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: indexed_search_blind_sections.patch
Type: text/x-diff
Size: 648 bytes
Desc: not available
Url : http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090214/b15f357f/attachment.patch 


More information about the TYPO3-team-core mailing list