Ignore:
Timestamp:
17 Jun 2009, 13:53:22 (15 years ago)
Author:
Henrik Bettermann
Message:

store ids when removing students and check for removed ids when csdding new students

WAeUPTable alraedy contains methods for position ind course calculation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/exportimport.py

    r3494 r4302  
    137137    importWAeUPTable(site.portal_catalog, '', context,'portal_catalog')
    138138    importWAeUPTable(site.portal_catalog_real, '', context,'portal_catalog_real')
     139    importWAeUPTable(site.removed_student_ids, '', context,'removed_student_ids')
    139140
    140141    site.students_catalog.manage_setLocalGroupRoles(groupid='CampusOfficers',
Note: See TracChangeset for help on using the changeset viewer.