Changeset 6777 for main/waeup.sirp


Ignore:
Timestamp:
15 Sep 2011, 10:56:56 (13 years ago)
Author:
Henrik Bettermann
Message:

Remove local ClearanceOfficer? role from local role select boxes in faculties and departments. We decided to not assign local roles to departments and/or faculties but directly to subsets of students.

Location:
main/waeup.sirp/trunk/src/waeup/sirp/university
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/university/department.py

    r6655 r6777  
    1515    @property       # Make this method read_only and looking like an attr.
    1616    def local_roles(cls):
    17         return ['waeup.local.DepartmentOfficer', 'waeup.local.ClearanceOfficer']
     17        return ['waeup.local.DepartmentOfficer',]
    1818
    1919    # A simple counter for ids.
  • main/waeup.sirp/trunk/src/waeup/sirp/university/faculty.py

    r6655 r6777  
    1616    @property       # Make this method read_only and looking like an attr.
    1717    def local_roles(cls):
    18         return ['waeup.local.DepartmentOfficer', 'waeup.local.ClearanceOfficer']
     18        return ['waeup.local.DepartmentOfficer',]
    1919
    2020    def __init__(self,
Note: See TracChangeset for help on using the changeset viewer.