-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Within WordPress Users list, sorting by custom s2member columns empties the list #496
Comments
@bridgeport Thank you for the report! :-) Hmm, I was unable to reproduce this. Did you test this in a clean installation also? Any indication in your PHP error logs as to what may have caused an error? |
@jaswsinc No, I didn't test this in a clean version. I hadn't thought of that. It's not a feature I use much so I only came across it accidentally. On a live and a mirrored test environment (with less than half a dozen dummy registered users), the same thing occurs. For me, the key to reproducing this is for something to be within the "Search Users" input box, then you sort. If you sort without doing a search, everything works fine. For clarity, this sorts the custom columns fine: But as soon as you add a search argument to the query string, it results in an empty list: The "s" variable can be anything. A single letter would suffice. As long as it's not empty. |
Forgot to answer this part. Yes, debug.log does report the following only when those particular columns are sorted and a search argument exists within the query string:
|
@bridgeport Thank you! ~ I'll follow-up here once I know more. |
Recording corrupted query for future reference:
|
Next Release Changelog:
|
@bridgeport This has been corrected. Thank you! |
How to reproduce:
Search for a user, such as the admin username.
Then click any of the following columns to sort the table:
Of Logins
The results list empties.
If you were to click on any of the other following columns (while the result list is empty):
The results list suddenly reappears.
Confirmed in Pro version v150102 and v150225
Thanks.
The text was updated successfully, but these errors were encountered: