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 4 years ago

Closed 4 years ago

Last modified 4 years ago

#847 closed defect (fixed)

Error when searching for bookings in all rooms AND a specific rooms

Reported by: jmonnich Owned by: jmonnich
Priority: normal Milestone: v0.98.1
Component: Room Booking Version:
Keywords: Cc:

Description

  File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/base.py", line 528, in process
    res = self._process()

  File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/roomBooking.py", line 1055, in _process
    rooms = [ RoomGUID.parse( rg ).getRoom() for rg in self._roomGUIDs ]

  File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/rb_location.py", line 423, in parse
    raise guidString + ' - invalid RoomGUID string'

Change History (4)

comment:1 Changed 4 years ago by jmonnich

  • Status changed from new to assigned

comment:2 Changed 4 years ago by jmonnich

  • Status changed from assigned to awaiting_merge

comment:3 Changed 4 years ago by Adrian Moennich <jerome.ernst.monnich@…>

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

In [a7568a6c4c16f8876e2ebef3cd63cf5b21a34170/indico]:

[FIX] room booking search with "all rooms"

  • when choosing "all rooms" and specific rooms it everything but "all rooms" is now ignored instead of causing an exception
  • fixes #847

comment:4 Changed 4 years ago by Adrian Moennich <jerome.ernst.monnich@…>

In [a7568a6c4c16f8876e2ebef3cd63cf5b21a34170/indico]:

[FIX] room booking search with "all rooms"

  • when choosing "all rooms" and specific rooms it everything but "all rooms" is now ignored instead of causing an exception
  • fixes #847
Note: See TracTickets for help on using tickets.