Ignore:
Timestamp:
26 Sep 2013, 08:17:05 (11 years ago)
Author:
Henrik Bettermann
Message:

The the container keyword should be the container ode and not the container object itself.

File:
1 edited

Legend:

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

    r10653 r10654  
    122122        be returned.
    123123        """
    124         return self.export(kw['container'].values(), filepath=filepath)
     124        container = grok.getSite()['applicants'][kw['container']]
     125        return self.export(container.values(), filepath=filepath)
Note: See TracChangeset for help on using the changeset viewer.