Changeset 8eddf3 in indico


Ignore:
Timestamp:
10/25/11 11:08:58 (19 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
e8695c
Parents:
55e259
git-author:
Adrian Moennich <jerome.ernst.monnich@…> (10/25/11 10:48:03)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (10/25/11 11:08:58)
Message:

[FIX] AuthIdx? unindex() breaking

  • happened if author was indexed but abstract wasn't
File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/review.py

    r782849 r8eddf3  
    406406            return 
    407407        abstractId=str(auth.getAbstract().getId()) 
     408        if abstractId not in self._idx[key]: 
     409            return 
    408410        self._idx[key][abstractId]-=1 
    409411        if self._idx[key][abstractId]<=0: 
Note: See TracChangeset for help on using the changeset viewer.