Ignore:
Timestamp:
27 Aug 2011, 14:14:47 (13 years ago)
Author:
Henrik Bettermann
Message:

Add studentbasemanagepage which allows performing transitions. Add tests.

File:
1 edited

Legend:

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

    r6637 r6638  
    1818        source = None,
    1919        condition = NullCondition,
    20         msg = 'Student object created',
     20        msg = 'Student record created',
    2121        destination = CREATED),
    2222
     
    3131        transition_id = 'reset1',
    3232        title = 'Reset student',
    33         msg = 'Student reset',
     33        msg = 'Student record reset',
    3434        source = ADMITTED,
    3535        destination = CREATED),
Note: See TracChangeset for help on using the changeset viewer.