• Resolved brt

    (@brt)


    clicking on the listheader “Email” does exactly the same thing as clicking on “Created”, so it is impossible to sort the list by email and irritating.

    i would love to have the possibility to sort the list by email, by Name could be very useful too.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Malay Ladu

    (@malayladu)

    Hi,

    Thanks for reaching out to us.

    We are working on it and it will be incorporated into upcoming release of Email Subscribers.

    Thread Starter brt

    (@brt)

    great news, thank you very, very much!

    Thread Starter brt

    (@brt)

    i just updated the plugin and noticed that sorting by email works now,
    this is great!

    i think you already know that sorting by name is still not possible.

    i took a quick look into the code and noticed that the client requests orderby=firstname but in includes/admin/class-es-subscribers-table.php in line #439 there is: $expected_order_by_values = array( 'name', 'email', 'created_at' );

    i changed it to $expected_order_by_values = array( 'first_name', 'email', 'created_at' ); and “voila!” sorting now works on the first_name ??

    • This reply was modified 5 years, 4 months ago by brt.
    • This reply was modified 5 years, 4 months ago by brt.
    • This reply was modified 5 years, 4 months ago by brt.
    Plugin Contributor Malay Ladu

    (@malayladu)

    Thanks for pointing this out ??

    Will be incorporated into upcoming release of ES.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Audience > Contacts: order by email not working’ is closed to new replies.