Skip to content
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

Users ajax load never called #853

Closed
evgenykireev opened this issue Jun 3, 2016 · 1 comment
Closed

Users ajax load never called #853

evgenykireev opened this issue Jun 3, 2016 · 1 comment

Comments

@evgenykireev
Copy link

evgenykireev commented Jun 3, 2016

I see you have code to load users list filter using ajax. $ajax parameter is responsible for it in

function filter_select( $name, $title, $items, $ajax = false ) {

However, that method is only called from
$filters_string .= $this->filter_select( $name, $data['title'], $data['items'] );
and $ajax parameter is never passed.

I created a PR to fix it #854

@lukecarbis
Copy link
Contributor

Resolved in #854.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants