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 5 years ago

Closed 5 years ago

Last modified 5 years ago

#578 closed defect (fixed)

i18n affecting protection settings

Reported by: pferreir Owned by: lsyroka
Priority: high Milestone: v0.97.0
Component: General Version: 0.97.0
Keywords: Cc:

Description (last modified by pferreir)

Probably raw string being sent.

> 2010-11-12 14:43:10,000 indico.requestHandler - ERROR base.py:332 --
Request 257893968 failed: "'RHConfSetVisibility' object has no 
attribute '_protectConference'"
>
> url: http://indico.in2p3.fr//confModifAC.py/setVisibility
>
> parameters: {'type': 'Event', 'visibility': 'PRIV\xc3\x89', 
'confId': '4513'}
>
> Traceback (most recent call last):
>  File "/soft/64/lib/python2.6/site-packages/cds_indico-0.97_rc2-
py2.6.egg/MaKaC/webinterface/rh/base.py", line 486, in process
>    res = self._process()
>  File "/soft/64/lib/python2.6/site-packages/cds_indico-0.97_rc2-
py2.6.egg/MaKaC/webinterface/rh/conferenceModif.py", line 1703, in _process
>    self._conf.setProtection( self._protectConference )
> AttributeError: 'RHConfSetVisibility' object has no attribute '_protectConference'

Change History (6)

comment:1 Changed 5 years ago by pferreir

  • Description modified (diff)

comment:2 Changed 5 years ago by pferreir

  • Priority changed from critical to high

comment:3 Changed 5 years ago by lsyroka

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

comment:4 Changed 5 years ago by lsyroka

  • Status changed from assigned to in_merge

comment:5 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

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

In [28df4d7f7e4bbc466d5e51c826b0491028e4c12b]:

[FIX] i18n affecting protection settings

  • buttons responsible for checking conference, cateofry, session and contribution protection now has different 'name' attribute. Server action depends on the 'name' not on the 'value'.
  • fix#578

comment:6 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

In [28df4d7f7e4bbc466d5e51c826b0491028e4c12b]:

[FIX] i18n affecting protection settings

  • buttons responsible for checking conference, cateofry, session and contribution protection now has different 'name' attribute. Server action depends on the 'name' not on the 'value'.
  • fix#578
Note: See TracTickets for help on using tickets.