Opened 20 months ago
Closed 18 months ago
#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
Fixed in acb3dda78b3cad27fc3ad099ce55dbe7915f1a55 meanwhile.