Ignore:
Timestamp:
25 May 2020, 15:34:50 (4 years ago)
Author:
Henrik Bettermann
Message:

Do not show transcript tab on CDL page.

File:
1 edited

Legend:

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

    r16100 r16101  
    4141    def link_target(self):
    4242        if self.request.principal.id == 'zope.anybody':
    43             #if 'alumni' not in self.view.application_url():
    44             #    return
     43            if 'cdl' in self.view.application_url():
     44                return
    4545            return 'https://uniben-alumni.waeup.org/documents/transcript/display'
    4646        return
Note: See TracChangeset for help on using the changeset viewer.