Ignore:
Timestamp:
2 Nov 2005, 14:40:07 (19 years ago)
Author:
joachim
Message:

=migrate + editing of folders

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_default/getWAeUPSchemas.py

    r113 r139  
    295295
    296296
     297###)
     298
     299course_results_schema = { ###(
     300     'points': {
     301        'type': 'CPS Int Field',
     302        'data': {
     303            'is_searchabletext': 0,
     304        },
     305    },
     306     'grade': {
     307        'type': 'CPS String Field',
     308        'data': {
     309            'is_searchabletext': 0,
     310        },
     311    },
     312}
     313#
    297314###)
    298315
     
    464481schemas['students'] = students_folder_schema
    465482schemas['student'] = student_schema
     483schemas['course_results'] = course_results_schema
    466484schemas['student_personal'] = student_personal_schema
    467485schemas['accommodation'] = accommodation
Note: See TracChangeset for help on using the changeset viewer.