Ignore:
Timestamp:
12/03/09 18:37:08 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
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:
df3d1f
Parents:
5db6c7
Message:

[FIXED] Webcast admins access

fixes #78: Webcast admins should have access rights to every event
fixes #79: Webcast admins should see the "Video Services Overview"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/services/implementation/collaboration.py

    r8126f9 r0e0c28  
    237237    """ 
    238238    """ 
     239     
     240    def _checkProtection(self): 
     241        if not RCCollaborationPluginAdmin.hasRights(self, None, "any"): 
     242            AdminCollaborationBase._checkProtection(self) 
     243             
    239244    def _checkParams(self): 
    240245        AdminCollaborationBase._checkParams(self) 
Note: See TracChangeset for help on using the changeset viewer.