Ignore:
Timestamp:
15 Feb 2007, 10:56:43 (18 years ago)
Author:
joachim
Message:

Edit student_study course added
verdicts vocabulary added
new levels are only created, when no level there,
allow loggin for returning students, which have been created with add_student

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit.py

    r1366 r1417  
    5353            context.students_catalog.modifyRecord(id = student_id,
    5454                                                  course = course,
     55                                                  level = ds.get('current_level'),
     56                                                  verdict = ds.get('current_verdict'),
    5557                                                  faculty = c_path[-4],
    5658                                                  department = c_path[-3],
Note: See TracChangeset for help on using the changeset viewer.