Changeset 7e5a99 in indico


Ignore:
Timestamp:
03/30/11 14:44:27 (2 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
ff1404
Parents:
a1708d
Message:

[FIX] Not exporting managers if INH+PUB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/conference.py

    rb1193d r7e5a99  
    243243                    av_set.add(av) 
    244244 
    245         # If access settings are inherited from its owners, look at those. 
    246         elif apl == 0: 
     245        # If access settings are inherited (and PRIVATE) from its owners, look at those. 
     246        elif apl == 0 and self.isProtected(): 
    247247            # If event is protected, then get list of people/groups allowed 
    248248            # to access, and add that to the set of avatars. 
Note: See TracChangeset for help on using the changeset viewer.