Opened 7 years ago
Closed 4 years ago
#2413 closed defect (bug) (maybelater)
CampTix: attendees info are not fetched in "Attendees" page if less than # of columns
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | low | |
Component: | WordCamp Site & Plugins | Keywords: | good-first-bug needs-patch |
Cc: |
Description
I noticed that, when the number of attendees is less than the number of columns set in the "Attendees" page, attendees info are not fetched so they are not shown.
For example, if I set the number of columns to 3 with [camptix_attendees columns="3"] and so far 2 people purchased a ticket, the "Attendees" page is empty. Inspecting the source code, the unordered list that should contain all the attendees is empty. Changing the number of columns to 2 fixes the problem.
It's not a big deal and it's temporary, visibile just after the opening of ticket selling. When the number of sold tickets is greater than the number of columns, it doesn't matter anymore.
Change History (4)
Note: See
TracTickets for help on using
tickets.
Closing this in favor of this GitHub issue:
https://github.com/WordPress/wordcamp.org/issues/374