Ignore:
Timestamp:
3 May 2012, 20:53:09 (13 years ago)
Author:
Henrik Bettermann
Message:

Move initial workflow transition to handle_applicant_added. This way we can avoid misleading duplicate log entries.

Roll back changes in workflow.py.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/converters.py

    r8334 r8335  
    302302        obj = context
    303303        if isinstance(context, basestring):
    304             # If we log initialization transitions this
    305             # will create another (misleading) log entry
     304            # If we log initialization transitions in the __init__
     305            # method of objects, a second (misleading) log entry
     306            # will be created here.
    306307            obj = createObject(context)
    307308
Note: See TracChangeset for help on using the changeset viewer.