Changeset 50136d in indico for indico/MaKaC/fossils/conference.py


Ignore:
Timestamp:
04/26/12 12:14:48 (13 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
b7950e
Parents:
d26b95
git-author:
Alberto Resco Perez <alberto.resco.perez@…> (04/26/12 11:57:31)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (04/26/12 12:14:48)
Message:

[FIX] Fix session ical export

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/fossils/conference.py

    rfc9ed6 r50136d  
    248248        """ Session Title """ 
    249249 
     250    def getDescription(self): 
     251        """ Session Description """ 
     252 
    250253    def getAllMaterialList(self): 
    251254        """ Session List of all material """ 
     
    265268    getAdjustedStartDate.name = "startDate" 
    266269 
     270    def getAdjustedEndDate(self): 
     271        """ Session End Date """ 
     272    getAdjustedEndDate.convert = Conversion.datetime 
     273    getAdjustedEndDate.name = "endDate" 
     274 
    267275    def getLocation(self): 
    268276        """ Session Location """ 
     
    290298        """ Session Text Color """ 
    291299 
     300    def getLocator(self): 
     301        pass 
     302    getLocator.convert = Conversion.url(urlHandlers.UHSessionDisplay) 
     303    getLocator.name = 'url' 
    292304 
    293305class ISessionSlotFossil(IFossil): 
Note: See TracChangeset for help on using the changeset viewer.