[TYPO3-core] RFC #15373: Page browser single table list view: Entering page number doesn't work
Helmut Hummel
helmut at typo3.org
Fri Sep 24 12:38:48 CEST 2010
Hi,
On 08.08.10 14:50, Jigal van Hemert wrote:
>
> On 8-8-2010 14:31, Steffen Gebert wrote:
>> Problem:
>> When you select the extended list view for a single table in the list
>> module, you get (by default) 100 entries + a page browser on top and
>> bottom.
>> Entering a target page and hitting enter works in the browser above the
>> list, but not below the list. There just noting happens.
>
> +1 by reading and testing on trunk (and thanks for making me create 100+
> records :-D )
+1 by reading and testing on trunk.
Here's my snippet for creating records ;)
for k in `jot - 1 100 1`; do echo "insert into tt_news (pid,title)
values(5,'dummy');" | mysql -uroot -p t3_4trunk; done
Regards Helmut
More information about the TYPO3-team-core
mailing list