Wrong booking status
-
After an event gets fully booked, the grid-view shows different statuses depending on whether it’s a booking user or an event owner. It assumes that the event is canceled while, on the other hand, the event is still active.
This appears in a GRID-View below:
#_AVAILABLESPACES
#_BOOKINGBUTTONHowever, the single event page shows the correct status (fully booked / bookings closed).
Steps to reproduce:
- Total Spaces: 1
- Maximum Spaces Per Booking: 1
#Action1 User1 creates event E1 with ONE booking ticket. [1 | Book Now] -> OK|OK User2 books ONE ticket for event E1. [0 | Cancel] -> OK|OK
#View
User1 sees E1 [0 | Event Canceled] -> OK|NOT-OK
User2 sees E1 [0 | Cancel] -> OK|OK
UserX sees E1 [0 | Event Canceled] -> OK|NOT-OK#Action2 If User2 is cancels his booking the view changes to correct status in both grid views. [1 | Book Now]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Wrong booking status’ is closed to new replies.