Changeset 254e22 in indico


Ignore:
Timestamp:
06/07/10 13:41:00 (3 years ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
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:
8f3536
Parents:
e92d0a
git-author:
Leszek Syroka <leszek.marek.syroka@…> (05/03/10 16:21:07)
git-committer:
Pedro Ferreira <jose.pedro.ferreira@…> (06/07/10 13:41:00)
Message:

[FIX] Matching chairpersons

  • while granting submission rights chairpersons' avatars are matched correctly
  • fixes #328
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/rh/conferenceModif.py

    r7862c0 r254e22  
    428428        c.setFax(p.get("fax","")) 
    429429        if p.get("manager", None): 
    430             avl = user.AvatarHolder().match({"email":p.get("email","")}) 
     430            avl = user.AvatarHolder().match({"email":p.get("email","")}, exact = 1) 
    431431            if avl: 
    432432                av = avl[0] 
Note: See TracChangeset for help on using the changeset viewer.