Ignore:
Timestamp:
31 Aug 2006, 10:37:54 (18 years ago)
Author:
joachim
Message:

add student_study_level,
adopted result_import
results import now is broken because of missing wf_state.

File:
1 edited

Legend:

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

    r371 r454  
    1414
    1515#if context.portal_type in ('Department','Certificate','StudyLevel'):
    16 if context.portal_type in ('Department','StudyLevel',):
     16if context.portal_type in ('Department',
     17                           'StudyLevel',
     18                           'Student',
     19                           'StudentAdmission',
     20                           'StudentClearance',
     21                           'StudentPersonal',
     22                           'StudentStudyCourse',
     23                           'StudentStudyLevel',
     24                           ):
    1725    return None
    1826return 1
Note: See TracChangeset for help on using the changeset viewer.