Ignore:
Timestamp:
10 Jun 2011, 06:58:09 (13 years ago)
Author:
Henrik Bettermann
Message:
  • Use user_data attribute to display more appropriate workflow messages.
  • confirm_passport must not be an attribute of Applicant. Use confirm_passport only in form to allow submission.
  • application_state must not be an attribute of Applicant.
File:
1 edited

Legend:

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

    r6314 r6322  
    4747    def __init__(self):
    4848        super(Applicant, self).__init__()
     49        timestamp = datetime.now().strftime("%d/%m/%Y %H:%M")
    4950        #Initialize workflow state...
    5051        IWorkflowInfo(self).fireTransition('init')
    51         timestamp = datetime.now().strftime("%d/%m/%Y %H:%M")
    52         self.messages = u'%s - Initialize application' % timestamp
    5352
    5453# Set all attributes of Applicant required in IApplicant as field
Note: See TracChangeset for help on using the changeset viewer.