Ignore:
Timestamp:
17 Feb 2007, 15:42:31 (18 years ago)
Author:
Henrik Bettermann
Message:

new class for unsuccessful payments_view
'uniben' removed from subobject urls

File:
1 edited

Legend:

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

    r1423 r1431  
    4444    student_id = member_id
    4545    break
    46 student_path = "%s/campus/students/%s" % (context.portal_url.getPortalPath(),student_id)
     46student_path_root = "%s/campus/students/%s" % (context.portal_url.getPortalPath(),student_id)
     47student_path = "%s/campus/students/%s" % (context.portal_url(),student_id)
    4748res = context.students_catalog(id = student_id)
    4849if not res:
     
    7879              'StudentPume': 'pume_view',
    7980              }
    80 sos = context.portal_catalog(container_path=student_path)
     81sos = context.portal_catalog(container_path=student_path_root)
    8182for so in sos:
    8283    row = {}
Note: See TracChangeset for help on using the changeset viewer.