Commit 9520b73c authored by Romain Courteaud's avatar Romain Courteaud

Bug fix: correct the meta type of InteractionWorkflow.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2675 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3a7e33d5
......@@ -88,7 +88,7 @@ class InteractionWorkflowDefinition (DCWorkflowDefinition, ActiveObject):
A new kind of workflow (stateless). Follow the DCWorkflow class.
Provide filters (per portal_type, etc.). Allow inspection of objects ?
"""
meta_type = 'Workflow'
meta_type = 'Interaction Workflow'
title = 'Interaction Workflow Definition'
interactions = None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment