Changeset 1731 for WAeUP_SRP/trunk


Ignore:
Timestamp:
3 May 2007, 16:40:10 (18 years ago)
Author:
joachim
Message:

don't add two entries to students_catalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/WAeUPTables.py

    r1729 r1731  
    548548            return
    549549        rpl = infos['rpath'].split('/')
    550         if pt == 'Student' and event_type == "sys_add_object":
     550        if pt == 'Student' and mt == 'CPS Proxy Folder'\
     551           and event_type == "sys_add_object":
    551552            student_id = object.id
    552553            try:
Note: See TracChangeset for help on using the changeset viewer.