Ignore:
Timestamp:
12/06/11 11:11:15 (19 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
Children:
5d8379
Parents:
0cc7cf
git-author:
Adrian Moennich <jerome.ernst.monnich@…> (11/14/11 16:42:19)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (12/06/11 11:11:15)
Message:

[IMP] Use (room, day) index when appropriate

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/plugins/RoomBooking/default/initialize.py

    r18c3cb r6b4092  
    133133    if force or not root.has_key( 'DayReservationsIndex' ): 
    134134        root['DayReservationsIndex'] = OOBTree() 
     135    if force or not root.has_key( 'RoomDayReservationsIndex' ): 
     136        root['RoomDayReservationsIndex'] = OOBTree() 
    135137 
    136138    # Create possible equipment branch 
Note: See TracChangeset for help on using the changeset viewer.