GiPHouse / Website

GiPHouse website based on Django Framework
https://giphouse.nl
GNU Affero General Public License v3.0
5 stars 2 forks source link

Room reservations only shows upcoming 60 days, but does not prevent creating reservations past these 60 days #594

Closed JobDoesburg closed 1 year ago

JobDoesburg commented 2 years ago

One-sentence description

Room reservations only shows upcoming 60 days, but does not prevent creating reservations past these 60 days

How to reproduce the bug

  1. Go to a date later than 60 days from now
  2. Make a reservation
  3. The reservation will be created
  4. Reload the page
  5. The reservation will not appear
  6. Try to reserve at the same time
  7. A message will show that the room is reserved, though you don't see that it is actually reserved

Expected behaviour

Either disallow making these reservations so far in the future, or correctly display reservations in the calendar

JobDoesburg commented 1 year ago

Should be 2 weeks?