- Timestamp:
- 16 Sep 2014, 06:21:38 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/applicants/workflow.py
r10358 r11794 184 184 @grok.subscribe(IApplicantBaseData, IWorkflowTransitionEvent) 185 185 def handle_applicant_transition_event(obj, event): 186 """Append message to applicant history when transition happened. 186 """Append message to applicant history and lock form 187 when transition happened. 187 188 """ 188 189 msg = event.transition.user_data['msg']
Note: See TracChangeset for help on using the changeset viewer.