Ignore:
Timestamp:
18 Dec 2011, 10:41:13 (13 years ago)
Author:
Henrik Bettermann
Message:

Log applicant_id not access_code.

Histories should contain real names not user ids.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/workflow.py

    r7321 r7370  
    159159        user = get_current_principal()
    160160        applicants_root = grok.getSite()['applicants']
    161         applicants_root.logger.info('%s - %s - %s' % (user.id,obj.access_code,msg))
     161        applicants_root.logger.info('%s - %s - %s' % (user.id,obj.applicant_id,msg))
    162162    except (TypeError, AttributeError):
    163163        pass
Note: See TracChangeset for help on using the changeset viewer.