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

Update password and state correctly.

Fix and improve logging. Do not log initial transition. They are always performed twice (due to applicant creation in converter).

File:
1 edited

Legend:

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

    r8217 r8334  
    302302        obj = context
    303303        if isinstance(context, basestring):
     304            # If we log initialization transitions this
     305            # will create another (misleading) log entry
    304306            obj = createObject(context)
    305307
Note: See TracChangeset for help on using the changeset viewer.