On the main admin page, even though I have only two users in the site, the pager at the bottom that lists users is showing a link to a second page, but with no users. It's misleading.

CommentFileSizeAuthor
#2 troll_search_pager.patch664 bytesmcarbone
trollpager.png1.66 KBdeekayen

Comments

deekayen’s picture

Title: pager is showing unnecessary pages » pager not showing
Priority: Minor » Normal

I confirmed the old bug, and somewhere in the Drupal 5 patch, the pager broke altogether. I'll pass this on to Marco and see if he can figure it out.

mcarbone’s picture

StatusFileSize
new664 bytes

Pager fixed. I tried it on a fresh install with two users with no problems as well.

mcarbone’s picture

Status: Active » Needs review
deekayen’s picture

Title: pager not showing » pager looses search information
Status: Needs review » Needs work

Ok, that worked. Now... if I search for a username, then page to the next page, the URL keeps the username, but the module goes back to listing every user instead of just the search results.

deekayen’s picture

Version: master » 5.x-1.x-dev
Status: Needs work » Fixed

swapped the form values to read from $_REQUEST instead of $_POST and committed to DRUPAL-5.

Anonymous’s picture

Status: Fixed » Closed (fixed)