#654 closed defect (fixed)
Clone fails because of access protection
| Reported by: | jbenito | Owned by: | jmonnich |
|---|---|---|---|
| Priority: | critical | Milestone: | v0.97.1 |
| Component: | General | Version: | 0.97.0 |
| Keywords: | Cc: |
Description
Change History (4)
comment:1 Changed 5 years ago by jbenito
comment:2 Changed 5 years ago by jmonnich
- Status changed from new to in_merge
comment:3 Changed 5 years ago by Adrian Moennich <jerome.ernst.monnich@…>
- Resolution set to fixed
- Status changed from in_merge to closed
comment:4 Changed 5 years ago by Adrian Moennich <jerome.ernst.monnich@…>
Note: See
TracTickets for help on using
tickets.

2011-02-11 10:54:18,199 indico.requestHandler - ERROR base.py:327 -- Request 46912688831760 failed: "'Minutes' object has no attribute '_Minutes__ac'" url: http://indico.cern.ch/confModifTools.py/performCloning?sdate=11%2F02%2F2011&stddd=&stddi=&daysEndDateChoice=until&stddo=11&cloneMaterials=1&indmi=&stdyo=2011&day=0&monthPeriod=1&period=1&numd=1&stdyd=&cloneParticipants=1&indyd=&freq=week&stdyi=&numi=1&cloneTimetable=1&confId=126125&stdmi=&stdmo=2&cloneAlerts=1&cloneAccess=1&stdmd=&inddi=&cloneType=once&indyi=&intEndDateChoice=until&order=1&inddd=&indmd= parameters: {'sdate': '11/02/2011', 'stddd': '', 'stddi': '', 'daysEndDateChoice': 'until', 'stddo': '11', 'cloneMaterials': '1', 'indmi': '', 'freq': 'week', 'confirm': 'Yes', 'day': '0', 'monthPeriod': '1', 'period': '1', 'numd': '1', 'stdyd': '', 'cloneParticipants': '1', 'indyd': '', 'stdyo': '2011', 'stdyi': '', 'numi': '1', 'cloneTimetable': '1', 'confId': '126125', 'stdmi': '', 'stdmo': '2', 'cloneAlerts': '1', 'cloneAccess': '1', 'stdmd': '', 'inddi': '', 'cloneType': 'once', 'indyi': '', 'intEndDateChoice': 'until', 'order': '1', 'inddd': '', 'indmd': ''} Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/cds_indico-0.97.0-py2.4.egg/MaKaC/webinterface/rh/base.py", line 495, in process res = self._process() File "/usr/lib/python2.4/site-packages/cds_indico-0.97.0-py2.4.egg/MaKaC/webinterface/rh/conferenceModif.py", line 2941, in _process newConf = self._conf.clone( self._date, options ) File "/usr/lib/python2.4/site-packages/cds_indico-0.97.0-py2.4.egg/MaKaC/conference.py", line 4446, in clone conf.setMinutes(self.getMinutes().clone(conf)) File "/usr/lib/python2.4/site-packages/cds_indico-0.97.0-py2.4.egg/MaKaC/conference.py", line 11480, in clone mat.setProtection(self.__ac._getAccessProtection()) AttributeError: 'Minutes' object has no attribute '_Minutes__ac'