Ignore:
Timestamp:
30 Sep 2005, 17:26:42 (19 years ago)
Author:
joachim
Message:

noch mehr

File:
1 edited

Legend:

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

    r25 r26  
    7171                        'name'      : 'Add Student',
    7272                        'action'    : 'folder_factories',
    73                         'permission': (ModifyPortalContent,),
    74                         'condition' : '',
     73                        'permission': (View),
     74                        'condition' : 'member',
    7575                        'category'  : 'student',
    7676                        'visible'   : 1,
     
    8080                        'name'      : 'Edit Student',
    8181                        'action'    : 'cpsdocument_edit_form',
    82                         'permission': (ModifyPortalContent, ),
     82                        'permission': ( ),
    8383                        'condition' : 'python: here.portal_type == "Student"',
    8484                        'category'  : 'student',
     
    8989                        'name'      : 'Add Jamb Data',
    9090                        'action'    : 'folder_factories',
    91                         'permission': (ModifyPortalContent, ),
     91                        'permission': ( ),
    9292                        'condition' : 'python:len(object.contentItems()) == 0',
    9393                        'category'  : 'student',
Note: See TracChangeset for help on using the changeset viewer.