indico / indico

Indico - A feature-rich event management system, made @ CERN, the place where the Web was born.
https://getindico.io
MIT License
1.78k stars 431 forks source link

Contrib display exception if lecture #905

Closed arescope closed 13 years ago

arescope commented 13 years ago
# Ticket imported from Trac
2011-08-15 17:16:16,757 indico.requestHandler - ERROR base.py:346 -- Request 46912779704144 failed: "class WebFactory has no attribute 'getContributionDisplay'"

url: https://indico.cern.ch:443/contributionDisplay.py?contribId=3&sessionId=0&confId=44117

parameters: {'contribId': '3', 'sessionId': '0', 'confId': '44117'}

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 528, in process
    res = self._process()
  File "/usr/lib/python2.6/site-packages/indico-0.98_dev-py2.6.egg/MaKaC/webinterface/rh/contribDisplay.py", line 60, in _process
    p = wf.getContributionDisplay( self, self._contrib, self._hideFull)
AttributeError: class WebFactory has no attribute 'getContributionDisplay'
indico-bot commented 13 years ago
# Original comment by Alberto Resco Perez <alberto.resco.perez@c...>

In [e7417111dad1083f5e96d235df23f8a52ded172c/indico]:

[FIX] Contrib display exception if lecture

- Closes #905.