Changeset 9e252e in indico


Ignore:
Timestamp:
02/20/12 17:46:18 (15 months ago)
Author:
Pedro Ferreira <jose.pedro.ferreira@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
06d732
Parents:
205c06
Message:

[FIX] Missing index creation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/common/indexes.py

    r791f15 r9e252e  
    12621262            elif id=="categoryDate": 
    12631263                Idx[str(id)] = CategoryDayIndex() 
     1264            elif id=="categoryDateAll": 
     1265                Idx[str(id)] = CategoryDayIndex() 
    12641266            elif id=="categoryName": 
    12651267                Idx[str(id)] = TextIndex() 
Note: See TracChangeset for help on using the changeset viewer.