[wp-trac] [WordPress Trac] #28064: Can't sort list of Users by Name

WordPress Trac noreply at wordpress.org
Tue Apr 26 20:34:07 UTC 2016


#28064: Can't sort list of Users by Name
------------------------------+------------------------
 Reporter:  bobonwhidbey      |       Owner:  chriscct7
     Type:  defect (bug)      |      Status:  closed
 Priority:  normal            |   Milestone:  4.6
Component:  Users             |     Version:  3.1
 Severity:  normal            |  Resolution:  fixed
 Keywords:  has-patch commit  |     Focuses:
------------------------------+------------------------
Changes (by rachelbaker):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"37314"]:
 {{{
 #!CommitTicketReference repository="" revision="37314"
 Users: Remove the “Name” column of the Users table from appearing
 sortable.

 The “Name” column of the Users WP List Table is not sortable because this
 column displays a concatenation of two optional values, `first_name` and
 `last_name`. Even if WP_User_Query supported ordering queries in this
 manner, the resulting sequence would be chaotic.

 Fixes #28064.

 Props jesin, and rachelbaker.
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/28064#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list