Ignore:
Timestamp:
31 Aug 2006, 10:37:54 (18 years ago)
Author:
joachim
Message:

add student_study_level,
adopted result_import
results import now is broken because of missing wf_state.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_custom/getContentInfo.py

    r440 r454  
    232232            core = 'elective'
    233233        info['core_or_elective'] = core
     234    elif doc.portal_type == 'Student':
     235        info['clearance'] = proxy.clearance.getContent()
    234236    info['time'] = doc.modified()
    235237    info['doc'] = doc
Note: See TracChangeset for help on using the changeset viewer.