This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#882 closed defect (fixed)

Chair does not exist check

Reported by: arescope Owned by: arescope
Priority: critical Milestone: v0.98.1
Component: General Version:
Keywords: Cc:

Description

For v0.98b1

2011-07-25 10:52:17,870 indico.requestHandler - ERROR base.py:346 -- Request 46912933456336 failed: "'NoneType?' object has no attribute 'getEmail'"

url: https://indico.cern.ch:443/EMail.py?confId=130189&chairId=3

parameters: {'chairId': '3', 'confId': '130189'}

Traceback (most recent call last):

File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/base.py", line 514, in process

self._checkParams( self._reqParams )

File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/conferenceDisplay.py", line 543, in _checkParams

self._emailto =self._conf.getChairById(chairid).getEmail()

AttributeError?: 'NoneType?' object has no attribute 'getEmail'

Change History (5)

comment:1 Changed 4 years ago by arescope

  • Owner set to arescope
  • Status changed from new to assigned

comment:2 Changed 4 years ago by arescope

  • Status changed from assigned to in_work

comment:3 Changed 4 years ago by arescope

  • Status changed from in_work to awaiting_merge

comment:4 Changed 4 years ago by Alberto Resco Perez <alberto.resco.perez@…>

  • Resolution set to fixed
  • Status changed from awaiting_merge to closed

In [e7e1e2cc6b020d32f80bbe900cf68769b36ef711/indico]:

[FIX] Chair does not exist check.

  • Before get the email check if chair exists.
  • Closes #882.

comment:5 Changed 4 years ago by Alberto Resco Perez <alberto.resco.perez@…>

In [e7e1e2cc6b020d32f80bbe900cf68769b36ef711/indico]:

[FIX] Chair does not exist check.

  • Before get the email check if chair exists.
  • Closes #882.
Note: See TracTickets for help on using tickets.