You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that editing multiple date does not perform proper checking about whose booking is edited.
Considering the following bookings:
Foo has a booking for seat 1.3 on 2024-05-17 09:00-17:00
Bar has a booking for the same seat, on 2024-05-20 09:00-17:00
In this configuration, if Bar tries to book any seat for both dates, the application tries to remove the booking of Foo, resulting in a "You don't have required permissions in the zone. (102)" error.
Hello,
It seems that editing multiple date does not perform proper checking about whose booking is edited.
Considering the following bookings:
In this configuration, if Bar tries to book any seat for both dates, the application tries to remove the booking of Foo, resulting in a "You don't have required permissions in the zone. (102)" error.
I believe this is the same bug as reported by #40
Thanks,
The text was updated successfully, but these errors were encountered: