Ignore:
Timestamp:
16 Oct 2005, 17:05:54 (19 years ago)
Author:
joachim
Message:

=weiteres

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/skins/waeup_student/create_jamb.py

    r48 r52  
    2626if psm == 'invalid' or psm == '':
    2727    return context.create_jamb_form(rendered = res,
     28                                 psm = 'Please correct your errors',
     29                                 ds = ds,
     30                                 )
     31elif psm == '':
     32    return context.create_jamb_form(rendered = res,
    2833                                 psm = psm,
    2934                                 ds = ds,
     
    4550    context.notifyCPSDocumentCreation(ob=jamb)
    4651    psm = 'Student created'
    47     pr.addMember(s_id, 'UnSeT')
     52    pr.addMember(s_id, 'UnSeT',('Member',))
    4853    groups = context.portal_directories.groups
    4954    gm = list(groups.getEntry('Students')['members'])
Note: See TracChangeset for help on using the changeset viewer.