Changeset d8490e in indico for indico/MaKaC/conference.py


Ignore:
Timestamp:
07/15/11 17:41:14 (23 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 4c7d4152dff271ba5df5a8606605969cab454080
Children:
51d826
Parents:
78882e
Message:

[FIX] Missing unindex on delete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/conference.py

    r78882e rd8490e  
    11041104        catDateIdx = indexes.IndexesHolder().getIndex('categoryDate') 
    11051105        catDateIdx.unindexConf(conf) 
     1106 
     1107        Catalog.getIdx('categ_conf_sd').unindex_obj(conf) 
    11061108 
    11071109    def newConference( self, creator, id="", creationDate=None, modificationDate=None ): 
Note: See TracChangeset for help on using the changeset viewer.