Ignore:
Timestamp:
02/02/12 14:49:16 (16 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, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
007494c
Parents:
3c3d13
git-author:
Alberto Resco Perez <alberto.resco.perez@…> (02/01/12 18:02:46)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (02/02/12 14:49:16)
Message:

[IMP] Show abstracts files in contribution list

  • Added new option in Call for abstracts setup.
  • Included in contribution list display and contribution display.
  • When getting the file do now check protection if the option is active.
  • Closes #981.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/rh/CFADisplay.py

    rb69e00 r3a480c  
    510510 
    511511    def _checkProtection( self ): 
    512         # Same protection as the abstract 
    513         temptarget=self._target 
    514         self._target = self._target.getOwner() 
    515         RHFileAccess._checkProtection( self ) 
    516         self._target = temptarget 
     512        if not self._conf.getAbstractMgr().showAttachedFilesContribList(): 
     513            # Same protection as the abstract 
     514            temptarget=self._target 
     515            self._target = self._target.getOwner() 
     516            RHFileAccess._checkProtection( self ) 
     517            self._target = temptarget 
Note: See TracChangeset for help on using the changeset viewer.