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

Changes between Initial Version and Version 1 of Ticket #1373, comment 1


Ignore:
Timestamp:
08/20/13 12:28:25 (2 years ago)
Author:
hoffmann
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1373, comment 1

    initial v1  
    11Trying to investigate in the database, the match does not seem to run correctly: 
    22 
     3{{{ 
     4#!python 
    35In [119]: ah=AvatarHolder() 
    46 
     
    810In [121]: ah.match({'email':'agreen@physics'})[0].getSecondaryEmails() 
    911Out[121]: [] 
     12}}} 
    1013 
    1114Why does match() deliver the avatar for anne.green@nottingham, when asked for agreen@physics???