Changeset 57d2b4 in indico


Ignore:
Timestamp:
06/23/10 10:39:18 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, new-webex, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
fe190e
Parents:
3ee076
git-author:
Ian Rolewicz <ian.rolewicz@…> (05/31/10 11:03:00)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (06/23/10 10:39:18)
Message:

[FIX] Display minutes file in the material widget

  • Now the file for the minutes is displayed in the material widget, letting the users deleting it or modifying its access rights.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/conference.py

    r1787ab r57d2b4  
    1125811258 
    1125911259    @Retrieves (['MaKaC.conference.Material', 
    11260                  'MaKaC.conference.Minutes', 
    1126111260                 'MaKaC.conference.Paper', 
    1126211261                 'MaKaC.conference.Slides', 
     
    1167011669        return self.file.readBin() 
    1167111670 
     11671    @Retrieves (['MaKaC.conference.Minutes'],'resources', isPicklableObject = True) 
    1167211672    def getResourceList( self ): 
    1167311673        res = Material.getResourceList( self ) 
Note: See TracChangeset for help on using the changeset viewer.