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

Peter Beernink p.beernink at drecomm.nl
Fri Nov 26 09:22:58 CET 2010


Reminder

On 18-11-2010 13:45, Peter Beernink wrote:
> 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



More information about the TYPO3-team-core mailing list