Ignore:
Timestamp:
24 Jul 2019, 22:00:44 (5 years ago)
Author:
Henrik Bettermann
Message:

Revert r15497 because it's not necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/applicants/container.py

    r15501 r15517  
    121121        """Deliver virtual export container.
    122122        """
    123         # create a virtual exports container and return it
    124         container = VirtualApplicantsExportJobContainer()
    125123        if name == 'exports':
     124            # create a virtual exports container and return it
     125            container = VirtualApplicantsExportJobContainer()
    126126            zope.location.location.located(container, self, 'exports')
    127             return container
    128         if name == 'bursary_exports':
    129             zope.location.location.located(container, self, 'bursary_exports')
    130127            return container
    131128        return None
Note: See TracChangeset for help on using the changeset viewer.