Ignore:
Timestamp:
25 Jan 2007, 17:54:18 (18 years ago)
Author:
joachim
Message:

added Patch for VocalbulariesTool?, which fixed the loading of to many objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/waeup_edit.py

    r1151 r1350  
    5959    elif context.portal_type in ("StudentPersonal",):
    6060        name = "%(firstname)s %(middlename)s %(lastname)s" % ds
     61        name = name.strip()
     62        name = name.replace('  ',' ')
    6163        student_id = context.getStudentId()
    6264        app_doc = context.application.getContent()
Note: See TracChangeset for help on using the changeset viewer.