-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AJAX loading for user filter in list table #49
Comments
Closing issue, since user trigger has been AJAXified and pushed to master. Other bugs/fixes should be reported to a new issue. |
@shadyvb I saw the word "trigger" and got confused with that other secret project we've been working on 😉 |
😳 Oooh! Sorry! |
Haha! |
@powelski Well just because they haven't written a post doesn't mean they haven't performed other actions, like updating a widget or menu, for instance. So what we want to do is only load in users that have authored Stream records. |
@fjarrett That's true - at the time of writing I was focused on filtering posts, because of the "authors" word. |
👍 |
Closing after PR merge. |
Thanks for checking this @faishal, I'm reopening the issue now. |
Wondering if @powelski has noticed reopening of the issue. |
Fixed by #428 |
Load users via AJAX, to accommodate for sites with thousands of users. Only use AJAX if user count is more than 50 user.
Using Select2 is preferred, due to the support/activity compared to chosen, and the built-in AJAX of course.
The text was updated successfully, but these errors were encountered: