Changeset 1831

Show
Ignore:
Timestamp:
01/21/12 14:20:02 (4 months ago)
Author:
alex
Message:

fix the limits for serial type.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • hdg/trunk/djangoapps/admintable/templates/AdminTable/search_form.html

    r1785 r1831  
    301301 
    302302    switch(true) { 
    303     case(contains(':integer', nametype)): 
     303    case(contains(':integer', nametype) || contains(':serial', nametype)): 
    304304        condselectoritems.push(OPTION({'value': 'lte'},  "< {% trans 'Less Than' %}")); 
    305305        condselectoritems.push(OPTION({'value': 'gte'},  "> {% trans 'Greater Than' %}"));