Changeset 2cd02b in indico


Ignore:
Timestamp:
07/08/10 16:42:24 (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, b8c30da8ebdbdcbd675a873997cc3e95f567de49, 4287315ec967a3da168d83963c14001db8487d53
Children:
89b48e
Parents:
77936e
Message:

[FIX] Session coordinators: move contribs

File:
1 edited

Legend:

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

    rf26b79 r2cd02b  
    956956        return None 
    957957 
    958 class MoveEntry(ScheduleOperation, conferenceServices.ConferenceModifBase): 
    959  
    960     def _checkParams(self): 
    961         conferenceServices.ConferenceModifBase._checkParams(self) 
     958class MoveEntry(ScheduleOperation, sessionServices.SessionSlotModifCoordinationBase): 
     959 
     960    def _checkParams(self): 
     961        sessionServices.SessionSlotModifCoordinationBase._checkParams(self) 
    962962 
    963963        pManager = ParameterManager(self._params, timezone = self._conf.getTimezone()) 
Note: See TracChangeset for help on using the changeset viewer.