Ignore:
Timestamp:
12 Jun 2011, 01:02:07 (13 years ago)
Author:
uli
Message:
 
File:
1 edited

Legend:

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

    r6353 r6355  
    3030from zope.security.management import getInteraction
    3131from waeup.sirp.interfaces import IWAeUPWorkflowInfo
    32 
    33 #: A transition that is not a real transition. Use it when you want a
    34 #: transition that does not change the state of the connected object.
    35 NULL_TRANSITION = Transition(
    36     transition_id = '',
    37     title = 'No transition',
    38     source = None,
    39     condition = NullCondition,
    40     msg = '',
    41     destination = None,)
    4232
    4333class WAeUPWorkflow(Workflow):
Note: See TracChangeset for help on using the changeset viewer.