Changeset 928b3f in indico


Ignore:
Timestamp:
11/11/10 14:32:45 (3 years ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, burotel, hello-world-walkthrough, ipv6, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
Children:
fa895e
Parents:
b30176
Message:

[FIX] Sorting Field ID conflict with Sanity module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/webinterface/common/regFilters.py

    re8f68f r928b3f  
    347347 
    348348class GeneralFieldSF( RegistrantSortingField ): 
    349     _id = "<groupID>-<fieldId>" 
     349    _id = "groupID-fieldId" 
    350350 
    351351 
     
    370370 
    371371class StatusesSF( RegistrantSortingField ): 
    372     _id = "s-<statusId>" 
     372    _id = "s-statusId" 
    373373 
    374374 
Note: See TracChangeset for help on using the changeset viewer.