littleq0903 / appengine-admin

Automatically exported from code.google.com/p/appengine-admin
0 stars 0 forks source link

Pagination bug? 24 items in data store, yet 20 visible (no next/prev hyperinks) #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Keep ADMIN_ITEMS_PER_PAGE default of 20 
2. add 24 items to datastore.
3. View list of items in App admin panel

What is the expected output? What do you see instead?

I'd expect 20 items to be shown, with pagination text of, "First Previous 1
of 2 Next Last" and hyperlinks to navigate to "next".  However, I'm not
seeing this.  It acts as if only one page is available (i.e., only 20 items
in datastore) when in fact there are > 20.

What version of the product are you using? On what operating system?

r44 (Windows XP)

Does this happen in your environment?

Original issue reported on code.google.com by nickcharb on 3 Jan 2009 at 7:51

GoogleCodeExporter commented 9 years ago
Fixed in r53 (http://code.google.com/p/appengine-admin/source/detail?r=53)

Original comment by valdiic on 7 Jan 2009 at 12:57