Making WordPress.org

Opened 9 years ago

Closed 9 years ago

#560 closed enhancement (fixed)

Better sorting on Attendees screen

Reported by: samuelsidler's profile samuelsidler Owned by:
Milestone: Priority: low
Component: WordCamp Site & Plugins Keywords: good-first-bug
Cc:

Description

On the Attendees screen of Camptix, it'd be nice if you could sort by ticket type *and* by Published or not. Right now you can have one, but not the other. You have to do an export and manually sort...

Change History (4)

#1 follow-up: @utkarshd_42
9 years ago

Why don't we use WP_List_Table for creating sortable columns for ticket type and Published or not.

This ticket was mentioned in Slack in #meta by utkarshd42. View the logs.


9 years ago

#3 in reply to: ↑ 1 @iandunn
9 years ago

Replying to utkarshd_42:

Why don't we use WP_List_Table for creating sortable columns for ticket type and Published or not.

Yeah, I think we could solve this by making the Ticket column sortable. Once that's done, you could click on the Published link to narrow done to published posts, then click on the Ticket column header to sort them.

#4 @kovshenin
9 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Added sorting by ticket in 9f2fd90f and support for post_status while filtering by ticket in a606e17e. Hope this helps. Feel free to reopen if you need anything else (related).

Note: See TracTickets for help on using tickets.