Ignore:
Timestamp:
14 Oct 2010, 06:10:25 (14 years ago)
Author:
Henrik Bettermann
Message:

student_study_level.xml: all fields read-only

admitStudents.py: change default value for entry_level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/admitStudents.py

    r5563 r5567  
    3838
    3939if not entry_session:
    40     entry_session  = context.getSessionId()[0]
     40    brains = aq_applicants(In('status',('admitted'),))
     41else:
     42    brains = aq_applicants(In('status',('admitted'),) & Eq('entry_session',entry_session))
    4143
    42 brains = aq_applicants(In('status',('admitted'),) & Eq('entry_session',entry_session))
    4344total = len(brains)
    4445logger.info("found %d students" % (total))
Note: See TracChangeset for help on using the changeset viewer.