Ignore:
Timestamp:
20 Mar 2007, 18:35:57 (18 years ago)
Author:
joachim
Message:

add validated_by and validation_date to student_study_level schema.
edit these in validate_courses
show these in course_registration_slip
modyfiy getRolesInContext to make edit work

could only do moderate testing cause of readconflict errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/profiles/default/schemas/student_study_level.xml

    r1399 r1612  
    44 <field name="code" meta_type="CPS String Field"/>
    55 <field name="session" meta_type="CPS String Field"/>
    6  <field name="gpa" meta_type="CPS Float Field"/>
    7  <field name="status" meta_type="CPS String Field"/>
    86 <field name="verdict" meta_type="CPS String Field"/>
    9   <field name="imported_gpa" meta_type="CPS Float Field"/>
     7 <field name="validated_by" meta_type="CPS String Field"/>
     8 <field name="validation_date" meta_type="CPS DateTime Field"/>
    109</object>
Note: See TracChangeset for help on using the changeset viewer.