-
-
Notifications
You must be signed in to change notification settings - Fork 356
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing days in the tickets sold chart #874
Labels
Comments
cbellone
added a commit
that referenced
this issue
Mar 23, 2020
cbellone
added a commit
that referenced
this issue
Mar 24, 2020
…e graphs shows more than 3 months (cherry picked from commit e16b8d3)
implemented and backported to M2. Thanks 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
In the tickets sold / reserved chart from the dashboard, if the hasn't been any tickets sold or reserved on a specific day, that day is skipped. This gives the false impression that there are always reservations just by looking at the chart.
To Reproduce
Steps to reproduce the behavior:
1.- Make reservations on day 1
2.- Make reservations on day 4
3.- Check the chart and you will see no day has 0 reservations, day 2 and 3 are just skipped
Expected behavior
All days should appear in the chart. The
/api/events/{eventId}/ticket-sold-statistics
endpoint should include all days (until the event day) both in thesold
andreserved
arrays when reservations are 0.Screenshots
The text was updated successfully, but these errors were encountered: