[TYPO3-core] RFC: #16487: modulemenu.js breaks livesearch "Show all" when already in list module

Andreas Kiessling kiessling at pluspol.info
Fri Nov 19 23:27:53 CET 2010


Hi,

This is an SVN patch request.

Type: Bugfix

BT reference: http://bugs.typo3.org/view.php?id=16487

Branches: trunk

Problem: In modulemenu.js when the showModule function is called, there 
is a check for top.fsMod.recentIds. If there is a hit for the requested 
section, an id param is prepended to the params, but without a & to 
concatenate the other params.
This results in e.g. such an url when performing a live search:
http://localhost/typo3/sysext/list/mod1/db_list.php?id=6id=0&search_levels=4&search_field=test
which won't show any results.

How to reproduce: open list module and click on a page, then do a live 
search and click the "Show all"-Button.

Do the same from the about screen, and you get all results.

Solution: add the &

Regards,
Andreas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 16487_v1.patch
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101119/16b4b06b/attachment.txt>


More information about the TYPO3-team-core mailing list