Changes between Initial Version and Version 1 of Ticket #1373, comment 3
- Timestamp:
- 08/20/13 12:27:56 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1373, comment 3
initial v1 1 1 I am not sure, if I can debug this until the end, but in case someone catches up, this may help save some time: 2 2 [/browser/indico/indico/MaKaC/user.py#L1496] indicates how the matching is done in the AvatarHolder class. Indeed it uses the indexes, which seems to confirm that the indexing is corrupted: 3 3 {{{ 4 #!python 4 5 In [16]: IndexesHolder().getById('email').matchUser('agreen@physics') 5 6 Out[16]: ['269'] … … 7 8 In [17]: ah.getById(IndexesHolder().getById('email').matchUser('agreen@physics')[0]).getEmail() 8 9 Out[17]: 'anne.green@nottingham.ac.uk' 10 }}} 9 11 10 12 See you later ... ?