[TYPO3-core] RFC #11759: Backend List Module Search: Pointer Issue on pagebrowser

Peter Beernink p.beernink at drecomm.nl
Thu Nov 18 13:45:45 CET 2010


Hi,

This is a SVN patch request

Type: Bugfix

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

Branches: 4.4, trunk

Problem:
When using the pagination of the element browser in the BE List module, the
starting element is added to the URL.
This causes issues on several points:
- Search only displays records starting from that element (or no records, as
only 2 records where found, but starting from 20)
- When table pages is listed, clicking on the title will load the next page,
but will also show only records starting from the given element.

Solution:
Make it possible to skip adding 'firstElementNumber' to the URL and adjust
function calls accordingly. See attached patch.

Step to reproduce:
- Create about 60 pages in one level. 
- In the last page, create a subpage and/or some content.
- Use the list module, go to the single table view and then using the next
button go to page 2.
- Click on the page in which the subpage is created.
- Without the patch, no content is displayed.
- With the patch, the content is displayed as excepted.

Greetings,
Peter
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 11759_4-4.diff
Type: application/octet-stream
Size: 4308 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101118/c78ab4c8/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 11759_trunk.diff
Type: application/octet-stream
Size: 4347 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20101118/c78ab4c8/attachment-0001.obj>


More information about the TYPO3-team-core mailing list