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

#1482 closed defect (fixed)

Same fossil is generated multiple times in Room Booking Calendar

Reported by: ferhatelmas Owned by:
Priority: very low Milestone: v1.2
Component: Room Booking Version: 1.2
Keywords: Cc:

Description

{

"2014-02-24": [

{

"_type": "RoomBars?",
"_fossil": "roomBar",
"bars": [

{

"_type": "Bar",
"forReservation": {

"_type": "ReservationCERN",
"reason": "Inspire@cern strategy meeting",
"bookedForName": "HOLTKAMP, Annette",
"_fossil": "reservation",
"id": 171379,
"bookingUrl": "https://indico.cern.ch/rooms/booking/CERN/171379/"

},
"endDT": {

"date": "2014-02-24",
"tz": "None",
"time": "12:30:00"

},
"_fossil": "bar",
"startDT": {

"date": "2014-02-24",
"tz": "None",
"time": "11:00:00"

},
"type": 3,
"blocking": {

"message": null,
"id": null,
"creator": null

}

},
{

"_type": "Bar",
"forReservation": {

"_type": "ReservationCERN",
"reason": "Inspire@cern strategy meeting",
"bookedForName": "HOLTKAMP, Annette",
"_fossil": "reservation",
"id": 171379,
"bookingUrl": "https://indico.cern.ch/rooms/booking/CERN/171379/"

},
"endDT": {

"date": "2014-02-24",
"tz": "None",
"time": "12:30:00"

},
"_fossil": "bar",
"startDT": {

"date": "2014-02-24",
"tz": "None",
"time": "11:00:00"

},
"type": 3,
"blocking": {

"message": null,
"id": null,
"creator": null

}

},
...

]

}

Change History (2)

comment:1 Changed 20 months ago by jbenito

  • Milestone set to v1.2

comment:2 Changed 18 months ago by pferreir

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