Changeset 849bbe in indico


Ignore:
Timestamp:
09/27/11 17:43:50 (20 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
Children:
81475f
Parents:
852d6f
git-author:
Pedro Ferreira <jose.pedro.ferreira@…> (09/27/11 17:43:02)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (09/27/11 17:43:50)
Message:

[FIX] DB writes - SystemLink?

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bin/migration/migrate_0.97_0.98.py

    r971d33 r849bbe  
    109109 
    110110def _fixDefaultStyle(conf, cdmr): 
    111     confDM = cdmr.getDisplayMgr(conf, False) 
     111    confDM = cdmr.getDisplayMgr(conf, True) 
    112112    if confDM.getDefaultStyle() == 'administrative3': 
    113113        confDM.setDefaultStyle('administrative') 
  • indico/MaKaC/webinterface/displayMgr.py

    rd8fbd8 r849bbe  
    5858        self._getDisplayMgrRegistery()[ conference.getId() ] = dispMgr 
    5959 
    60     def getDisplayMgr( self, conference, update=True ): 
     60    def getDisplayMgr( self, conference, update=False ): 
    6161        """Gives back the webfactory associated with a given conference or None 
    6262            if no association exists 
Note: See TracChangeset for help on using the changeset viewer.