Changeset 3a480c in indico for indico/MaKaC/webinterface/rh/CFADisplay.py
- Timestamp:
- 02/02/12 14:49:16 (16 months ago)
- 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)
- File:
-
- 1 edited
-
indico/MaKaC/webinterface/rh/CFADisplay.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/webinterface/rh/CFADisplay.py
rb69e00 r3a480c 510 510 511 511 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.
