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

#799 closed defect (fixed)

From maps of rooms rechecking the conflicts makes the roomboking crashes

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

Description

Error details

exception message => 'list' object has no attribute 'strip'
exception type => <type 'exceptions.AttributeError?'>
traceback =>

File

"/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/base.py",
line 514, in process

self._checkParams( self._reqParams )

File

"/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/roomBooking.py",
line 1209, in _checkParams

candResv = self._loadResvCandidateFromParams( None, params )

File

"/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/roomBooking.py",
line 476, in _loadResvCandidateFromParams

self._checkParamsRepeatingPeriod( params )

File

"/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/roomBooking.py",
line 134, in _checkParamsRepeatingPeriod

if repeatability and len( repeatability.strip() ) > 0:

Change History (3)

comment:1 Changed 4 years ago by arescope

  • Status changed from new to awaiting_merge

comment:2 Changed 4 years ago by pferreir

  • Status changed from awaiting_merge to merging

comment:3 Changed 4 years ago by pferreir

  • Resolution set to fixed
  • Status changed from merging to closed
Note: See TracTickets for help on using tickets.