Changeset a4bb08 in indico


Ignore:
Timestamp:
10/21/10 10:39:17 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
new-webex
Children:
5f3e9d
Parents:
96f6b8
git-author:
Kevin Flannery <flannery@…> (08/20/10 21:25:51)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (10/21/10 10:39:17)
Message:

[FIX] removed WebEx? specific code for session video booking display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/common/output.py

    r96f6b8 ra4bb08  
    667667            if PluginsHolder().hasPluginType("Collaboration") and PluginsHolder().getPluginType("Collaboration").hasPlugin(pluginName) and PluginsHolder().getPluginType("Collaboration").getPlugin(pluginName).isActive(): 
    668668                Logger.get('output.py-Printing Sessions').info("%s is active. Printing out list of bookings" % pluginName) 
    669                 bookings = csbm.getBookingList(filterByType = "WebEx", notify = False, onlyPublic = True) 
     669                bookings = csbm.getBookingList(filterByType = pluginName, notify = False, onlyPublic = True) 
    670670                bookings.sort(key = lambda b: b.getStartDate() or minDatetime()) 
    671671                for b in bookings: 
Note: See TracChangeset for help on using the changeset viewer.