Ignore:
Timestamp:
13 Dec 2012, 15:39:31 (12 years ago)
Author:
uli
Message:

Local exports for departments.

File:
1 edited

Legend:

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

    r9734 r9797  
    2828from waeup.kofa.interfaces import IKofaUtils
    2929from waeup.kofa.university.interfaces import IDepartment, IDepartmentAdd
     30
     31class VirtualDepartmentExportJobContainer(VirtualExportJobContainer):
     32    """A virtual export job container for departments.
     33    """
    3034
    3135class Department(grok.Container):
     
    7276        elif name == 'exports':
    7377            # create a virtual exports container and return it
    74             container = VirtualExportJobContainer()
     78            container = VirtualDepartmentExportJobContainer()
    7579            zope.location.location.located(container, self, 'exports')
    7680            return container
Note: See TracChangeset for help on using the changeset viewer.