Changeset 95159cd in indico


Ignore:
Timestamp:
08/05/11 18:12:17 (22 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
aa079f
Parents:
a33bdd
git-author:
Alberto Resco Perez <alberto.resco.perez@…> (05/13/11 16:15:54)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (08/05/11 18:12:17)
Message:

[FIX] RB Calendar section not highlighted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/pages/roomBooking.py

    r137cf0 r95159cd  
    346346 
    347347    def _setCurrentMenuItem( self ): 
    348         if self._rh._today: 
     348        if self._rh._today or self._rh._allRooms: 
    349349            self._bookingListCalendarOpt.setActive(True) 
    350350        elif self._rh._onlyMy and self._rh._onlyPrebookings: 
Note: See TracChangeset for help on using the changeset viewer.