- Timestamp:
- 2 Nov 2005, 14:40:07 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup_product/trunk/skins/waeup_default/getWAeUPSchemas.py
r113 r139 295 295 296 296 297 ###) 298 299 course_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 # 297 314 ###) 298 315 … … 464 481 schemas['students'] = students_folder_schema 465 482 schemas['student'] = student_schema 483 schemas['course_results'] = course_results_schema 466 484 schemas['student_personal'] = student_personal_schema 467 485 schemas['accommodation'] = accommodation
Note: See TracChangeset for help on using the changeset viewer.