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

Closed 2 years ago

#1302 closed defect (fixed)

Cannot clone booking from event management page

Reported by: jmonnich Owned by: arescope
Priority: high Milestone: v1.1
Component: Room Booking Version: 1.1
Keywords: Cc:

Description

https://indicodev2.cern.ch/conferenceModification.py/roomBookingDetails?roomLocation=CERN&resvID=122221&confId=253492

try to clone it.

  File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/webinterface/rh/base.py", line 572, in process
    self._checkParams( self._reqParams )

  File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/webinterface/rh/conferenceModif.py", line 4616, in _checkParams
    RHRoomBookingCloneBooking._checkParams(self, params)

  File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/webinterface/rh/roomBooking.py", line 1510, in _checkParams
    candResv = CrossLocationQueries.getReservations( resvID = resvID)

  File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/rb_location.py", line 513, in getReservations
    res = location.factory.newReservation().getReservations( **kwargs )

  File "/usr/lib/python2.6/site-packages/indico-1.1-py2.6.egg/MaKaC/plugins/RoomBooking/default/reservation.py", line 264, in getReservations
    return root[_RESERVATIONS].get( resvID )

Change History (5)

comment:1 Changed 2 years ago by jbenito

  • Milestone set to v1.1

comment:2 Changed 2 years ago by jbenito

  • Owner set to arescope
  • Status changed from new to assigned

comment:3 Changed 2 years ago by arescope

  • Status changed from assigned to awaiting_merge

comment:4 Changed 2 years ago by jbenito

  • Status changed from awaiting_merge to merging

comment:5 Changed 2 years ago by jbenito

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