Ignore:
Timestamp:
21 Sep 2012, 08:19:35 (12 years ago)
Author:
uli
Message:

Rollback r9209. Looks like multiple merges from trunk confuse svn when merging back into trunk.

Location:
main/waeup.kofa/branches/uli-zc-async
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-zc-async

  • main/waeup.kofa/branches/uli-zc-async/src/waeup/kofa/permissions.py

    r9209 r9211  
    8888    grok.permissions('waeup.showStudents', 'waeup.viewAcademics')
    8989
    90 class UGClearanceOfficer(grok.Role):
    91     """The clearance officer role is meant for the
    92     assignment of dynamic roles only.
    93     """
    94     grok.name('waeup.local.UGClearanceOfficer')
    95     grok.title(u'UG Clearance Officer')
    96     grok.permissions('waeup.showStudents', 'waeup.viewAcademics')
    97 
    98 class PGClearanceOfficer(grok.Role):
    99     """The clearance officer role is meant for the
    100     assignment of dynamic roles only.
    101     """
    102     grok.name('waeup.local.PGClearanceOfficer')
    103     grok.title(u'PG Clearance Officer')
    104     grok.permissions('waeup.showStudents', 'waeup.viewAcademics')
    105 
    10690class CourseAdviser100(grok.Role):
    10791    """The 100 level course adviser role is meant for the
     
    150134    grok.name('waeup.local.CourseAdviser600')
    151135    grok.title(u'Course Adviser 600L')
    152     grok.permissions('waeup.showStudents', 'waeup.viewAcademics')
    153 
    154 class Lecturer(grok.Role):
    155     """The lecturer role is meant for the
    156     assignment of dynamic roles only.
    157     """
    158     grok.name('waeup.local.Lecturer')
    159     grok.title(u'Lecturer')
    160136    grok.permissions('waeup.showStudents', 'waeup.viewAcademics')
    161137
     
    213189                     'waeup.uploadStudentFile', 'waeup.showStudents',
    214190                     'waeup.viewStudentsContainer','waeup.viewStudentsTab',
    215                      'waeup.handleAccommodation',
    216191                     'waeup.viewHostels', 'waeup.manageHostels',
    217192                     'waeup.editUser'
Note: See TracChangeset for help on using the changeset viewer.