Ignore:
Timestamp:
14 Oct 2005, 13:01:35 (19 years ago)
Author:
joachim
Message:

=weitere

File:
1 edited

Legend:

Unmodified
Added
Removed
  • waeup_product/trunk/Extensions/install.py

    r46 r47  
    6161                        'id'        : 'checkadmission',
    6262                        'name'      : 'Check Admission',
    63                         'action'    : 'string:${object/absolute_url}/check_admission_form',
     63                        'action'    : 'string:${object/absolute_url}/check_admission',
    6464                        'permission': (View, ),
    65                         'condition' : 'not:member',
     65                        'condition' : 'member',
    6666                        'category'  : 'student',
    6767                        'visible'   : 1,
     
    8181                        'action'    : 'cpsdocument_edit_form',
    8282                        'permission': ( ),
    83                         'condition' : 'python: here.portal_type == "Student"',
     83                        'condition' : 'python: member and  here.portal_type == "Student"',
    8484                        'category'  : 'student',
    8585                        'visible'   : 1,
     
    9191                        'permission': (),
    9292                        'condition' : 'python:not here.portal_type in ("Jamb","StudentsFolder") and len(object.contentItems()) == 0',
     93                        'category'  : 'student',
     94                        'visible'   : 1,
     95                      },
     96                      { 'tool'      : 'portal_actions',
     97                        'id'        : 'add_personal',
     98                        'name'      : 'Add personal Data',
     99                        'action'    : 'string:${object/absolute_url}/create_personal_form',
     100                        'permission': (),
     101                        'condition' : 'python:not here.portal_type in ("Jamb","StudentsFolder")',
    93102                        'category'  : 'student',
    94103                        'visible'   : 1,
     
    187196                      'StudentsFolder': 'waeup_section_wf',
    188197                      'Student': 'waeup_section_wf',
     198                      'StudentPersonal': 'waeup_section_wf',
    189199                      'Jamb': 'waeup_section_wf',
    190200                      'ScratchCard': 'waeup_section_wf',
Note: See TracChangeset for help on using the changeset viewer.