Skip to content
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

Multiple date editing tries to remove booking not belonging to the current user #51

Open
Anbcorp opened this issue May 16, 2024 · 0 comments

Comments

@Anbcorp
Copy link

Anbcorp commented May 16, 2024

Hello,

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.

I believe this is the same bug as reported by #40

Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant