Changeset 351426 in indico


Ignore:
Timestamp:
09/30/09 15:52:37 (4 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
570909
Parents:
6858fb
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (09/21/09 10:13:03)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (09/30/09 15:52:37)
Message:

[FIXED] Missing attribute in contributions

Line was commented out. Why?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/schedule.py

    rd89331 r351426  
    14181418    @Retrieves (['MaKaC.schedule.ContribSchEntry'], 'sessionId', Conversion.parentSession) 
    14191419    @Retrieves (['MaKaC.schedule.ContribSchEntry'], 'sessionSlotId', Conversion.parentSlot) 
    1420     #@Retrieves (['MaKaC.schedule.ContribSchEntry'], 'contributionId', lambda x: x.getOwner().getId()) 
     1420    @Retrieves (['MaKaC.schedule.ContribSchEntry'], 'contributionId', lambda x: x.getOwner().getId()) 
    14211421    @Retrieves (['MaKaC.schedule.ContribSchEntry'], 'material', lambda x: DictPickler.pickle(x.getOwner().getMaterialList())) 
    14221422    @Retrieves (['MaKaC.schedule.ContribSchEntry'], 'description', lambda x: x.getOwner().getDescription()) 
Note: See TracChangeset for help on using the changeset viewer.