This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 6 years ago

Closed 5 years ago

Last modified 5 years ago

#354 closed defect (fixed)

[CRBS] Don't allow booking to be performed while not logged in

Reported by: pferreir Owned by: irolewic
Priority: very low Milestone: v0.97.0
Component: Room Booking Version: 0.96.x
Keywords: Cc:

Description

To reproduce the problem:

  1. Search for a room and fill the booking dialog;
  2. Open a different tab;
  3. Log off;
  4. Change back to the first tag and click "book";

There should be an exception.

Change History (5)

comment:1 Changed 5 years ago by irolewic

  • Owner set to irolewic
  • Status changed from new to accepted

comment:2 Changed 5 years ago by pferreir

  • Status changed from in_work to in_merge

comment:3 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>

  • Resolution set to fixed
  • Status changed from in_merge to closed

In [887156f7f0474f08ed37fd1da9861944a8da7505]:

[FIX] RB-No-booking-if-user-not-logged

  • fixes #354
  • Now if the user tries to save a booking while not logged, it will be redirected to the login page before saving.
  • reviewed by jbenito: finally we don't book directly because we can't save the values in the session.

comment:4 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>

In [887156f7f0474f08ed37fd1da9861944a8da7505]:

[FIX] RB-No-booking-if-user-not-logged

  • fixes #354
  • Now if the user tries to save a booking while not logged, it will be redirected to the login page before saving.
  • reviewed by jbenito: finally we don't book directly because we can't save the values in the session.

comment:5 Changed 5 years ago by Ian Rolewicz <ian.rolewicz@…>

In [887156f7f0474f08ed37fd1da9861944a8da7505]:

[FIX] RB-No-booking-if-user-not-logged

  • fixes #354
  • Now if the user tries to save a booking while not logged, it will be redirected to the login page before saving.
  • reviewed by jbenito: finally we don't book directly because we can't save the values in the session.
Note: See TracTickets for help on using tickets.