Changeset 684ace in indico for indico/MaKaC/conference.py


Ignore:
Timestamp:
08/10/10 18:17:40 (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:
0bfeae
Parents:
7c70f6
git-author:
Leszek Syroka <leszek.marek.syroka@…> (06/29/10 09:28:10)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (08/10/10 18:17:40)
Message:

[FIX] Restrict conference creation by default

  • when category is created conference creation is restricted by default
  • fix #456
  • reviewed by jbenito: do the restriction in the constructor
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/conference.py

    rfc2620 r684ace  
    210210        self._order = 0 
    211211        self.__ac = AccessController() 
    212         self.__confCreationRestricted = 0 
     212        self.__confCreationRestricted = 1 
    213213        self.__confCreators = [] 
    214214        self._visibility = 999 
Note: See TracChangeset for help on using the changeset viewer.