Opened 11 years ago
Closed 4 years ago
#24 closed enhancement (reported-upstream)
WordCamp Sessions: Default sort order for Manage Sessions should be "Time"
Reported by: | danielbachhuber | Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | WordCamp Site & Plugins | Keywords: | good-first-bug needs-refresh needs-patch |
Cc: |
Description
Because Sessions are closely tied to a schedule, the default sort order in the Manage Sessions view should be whatever post meta field is associated with "Time". ASC would work just fine.
Attachments (2)
Change History (12)
#6
@
10 years ago
Sorry--after I submitted the first patch, I found that someone already had start to implement this, so I used their function, and modified the logic a bit so that the default (blank) 'orderby' is set to ascend the time field.
#7
@
10 years ago
This looks good, thanks Jonathan :)
A few small tweaks I'd suggest:
- Add the date to the
Time
column, because when there are sessions from multiple days it can be confusing to see the times appear to be out of order. - Rename the column to
Session Date / Time
because it now includes the date, but we don't want it confused with the post'sDate
column. Another idea would be to just remove the CoreDate
column, since it's not that useful in this situation. - There are a few coding standards issues around whitespace usage.
A good follow-up patch would be to remove the old "voodoo" workaround because wordpress:#23268 is fixed now.
#10
@
4 years ago
- Resolution set to reported-upstream
- Status changed from assigned to closed
This ticket has been moved to GitHub https://github.com/WordPress/wordcamp.org/issues/646
Note: See
TracTickets for help on using
tickets.
I uploaded a patch that causes the Sessions to be listed by date in the admin panel.