Ignore:
Timestamp:
25 Sep 2006, 10:40:18 (18 years ago)
Author:
joachim
Message:

added CourseId? widget
made adding in Academics Section work again

Location:
WAeUP_SRP/trunk/skins/waeup_academics
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_academics/academics_index.py

    r542 r551  
    2727
    2828if isManager:
     29    if context.portal_type == 'AcademicsFolder':
     30        return context.academics.academics_index_view()
     31    elif context.portal_type == 'Faculty':
     32        return context.faculty_index_view()
    2933    return redirect("%s/academics_contents" % context.absolute_url())
    3034if isStudent:
Note: See TracChangeset for help on using the changeset viewer.