Ignore:
Timestamp:
21 Nov 2014, 18:52:43 (10 years ago)
Author:
Henrik Bettermann
Message:

Implement translated_state property correctly so that we can more easily customized customer registration and document verification state names.

File:
1 edited

Legend:

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

    r12015 r12032  
    2424from hurry.workflow.interfaces import IWorkflowState, IWorkflowTransitionEvent
    2525from waeup.ikoba.interfaces import (
    26     IObjectHistory, IIkobaWorkflowInfo, IIkobaUtils)
     26    IObjectHistory, IIkobaWorkflowInfo,
     27    SimpleIkobaVocabulary)
    2728from waeup.ikoba.interfaces import MessageFactory as _
    2829from waeup.ikoba.workflow import IkobaWorkflow, IkobaWorkflowInfo
Note: See TracChangeset for help on using the changeset viewer.