Ignore:
Timestamp:
4 Oct 2012, 05:38:17 (12 years ago)
Author:
Henrik Bettermann
Message:

Extend verdict processor. Allow bypassing course validation if rowbypass_validation? is 'True' or '1'.

File:
1 edited

Legend:

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

    r9161 r9284  
    164164
    165165    Transition(
     166        transition_id = 'bypass_validation',
     167        title = _('Return and bypass validation'),
     168        msg = _("Returned"),
     169        source = REGISTERED,
     170        destination = RETURNING),
     171
     172    Transition(
    166173        transition_id = 'reset8',
    167174        title = _('Reset to school fee paid'),
     
    173180        transition_id = 'return',
    174181        title = _('Return'),
    175         msg = _("Reset to 'returning'"),
     182        msg = _("Returned"),
    176183        source = VALIDATED,
    177184        destination = RETURNING),
Note: See TracChangeset for help on using the changeset viewer.