Changeset 8009


Ignore:
Timestamp:
30 Mar 2012, 10:27:09 (12 years ago)
Author:
Henrik Bettermann
Message:

Use ApplicantsContainerFactory?.

File:
1 edited

Legend:

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

    r8008 r8009  
    2727from hurry.workflow.interfaces import (
    2828    IWorkflowInfo, IWorkflowState, InvalidTransitionError)
    29 from waeup.kofa.applicants.container import ApplicantsContainer
    3029from waeup.kofa.applicants.interfaces import (
    3130    IApplicant, IApplicantEdit, IApplicantsRoot,
     
    170169            return
    171170        # Add new applicants container...
    172         container = ApplicantsContainer()
     171        container = createObject(u'waeup.ApplicantsContainer')
    173172        self.applyData(container, **data)
    174173        container.code = code
Note: See TracChangeset for help on using the changeset viewer.