[TYPO3-core] RFC: #13253: late initialization of searchfield

Georg Ringer mail at ringerge.org
Sat Jan 16 12:13:44 CET 2010


This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=13253

Branches: Trunk, 4.3, 4.2

Problem:
$search_field is initialized too late. Therefore the input field is
always as empty.

Very simple to test:
1) go the BE module "Configuration"
2) Search for somehting
3) The input field won't be prefilled with the search value
4) Apply the patch
5) Search again
6) Give a +1 on testing and reading

Solution:
Move the code $search_field = t3lib_div::_GP('search_field'); some lines up

Georg
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: lowlevel-searchfield.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100116/2be2d839/attachment.txt>


More information about the TYPO3-team-core mailing list