Ignore:
Timestamp:
16 Sep 2014, 06:21:38 (10 years ago)
Author:
Henrik Bettermann
Message:

Show flash message on general search page for the academics section.

File:
1 edited

Legend:

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

    r10358 r11794  
    184184@grok.subscribe(IApplicantBaseData, IWorkflowTransitionEvent)
    185185def 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.
    187188    """
    188189    msg = event.transition.user_data['msg']
Note: See TracChangeset for help on using the changeset viewer.