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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | troll_search_pager.patch | 664 bytes | mcarbone |
| trollpager.png | 1.66 KB | deekayen |
Comments
Comment #1
deekayen commentedI 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.
Comment #2
mcarbone commentedPager fixed. I tried it on a fresh install with two users with no problems as well.
Comment #3
mcarbone commentedComment #4
deekayen commentedOk, 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.
Comment #5
deekayen commentedswapped the form values to read from $_REQUEST instead of $_POST and committed to DRUPAL-5.
Comment #6
(not verified) commented