Commit 673bd03b authored by Jean-Paul Smets's avatar Jean-Paul Smets

changed metatype to allow copy/paste


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2357 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 84550473
......@@ -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 = 'Interaction Workflow'
meta_type = '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