Opened 4 years ago
Closed 4 years ago
#795 closed defect (duplicate)
if roombooking not activated and roomname is setup it crashes
Reported by: | arescope | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | v0.98.1 |
Component: | Room Booking | Version: | 0.98-dev |
Keywords: | Cc: |
Description
Exception type: <type 'exceptions.AttributeError?'>
Exception message: 'list' object has no attribute 'strip'
Traceback:
File "/home/arescope/indico/cds-indico/indico/MaKaC/webinterface/rh/base.py", line 527, in process
res = self._process()
File "/home/arescope/indico/cds-indico/indico/MaKaC/webinterface/rh/conferenceModif.py", line 356, in _process
UtilsConference?.setValues( self._conf, self._getRequestParams() )
File "/home/arescope/indico/cds-indico/indico/MaKaC/webinterface/rh/categoryDisplay.py", line 483, in setValues
if newRoom.strip() == "":
Change History (7)
comment:1 Changed 4 years ago by arescope
- Component changed from Registration form to Room Booking
comment:2 Changed 4 years ago by arescope
- Status changed from new to assigned
comment:3 Changed 4 years ago by arescope
- Status changed from assigned to in_work
comment:4 Changed 4 years ago by arescope
- Status changed from in_work to awaiting_merge
comment:5 Changed 4 years ago by arescope
- Status changed from awaiting_merge to assigned
comment:6 Changed 4 years ago by arescope
- Owner arescope deleted
- Status changed from assigned to new
comment:7 Changed 4 years ago by arescope
- Resolution set to duplicate
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Duplicated of #670