Ignore:
Timestamp:
7 Feb 2025, 20:06:37 (5 days ago)
Author:
Henrik Bettermann
Message:

CRPU officers should see all applicants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.uniben/trunk/src/waeup/uniben/browser/pages.py

    r18002 r18006  
    122122        applicants = super(CustomTranscriptOfficerLandingPage, self).getApplicants
    123123        officer_descr = get_user_account(self.request).description
    124         if officer_descr  and 'PG' in officer_descr:
     124        if officer_descr  and 'CRPU' in officer_descr:
     125            return applicants
     126        elif officer_descr  and 'PG' in officer_descr:
    125127            for applicant in applicants:
    126128                entry_mode = applicant[0].entry_mode
Note: See TracChangeset for help on using the changeset viewer.