[CMF-checkins] SVN: CMF/branches/1.6/CMFDefault/DefaultWorkflow.py
- fixed meta_type conflict with DCWorkflow workflows
(http://www.zope.org/Collectors/CMF/298)
Yvo Schubbe
y.2005- at wcm-solutions.de
Thu Nov 17 09:30:46 EST 2005
Log message for revision 40194:
- fixed meta_type conflict with DCWorkflow workflows (http://www.zope.org/Collectors/CMF/298)
Changed:
U CMF/branches/1.6/CMFDefault/DefaultWorkflow.py
-=-
Modified: CMF/branches/1.6/CMFDefault/DefaultWorkflow.py
===================================================================
--- CMF/branches/1.6/CMFDefault/DefaultWorkflow.py 2005-11-17 14:30:28 UTC (rev 40193)
+++ CMF/branches/1.6/CMFDefault/DefaultWorkflow.py 2005-11-17 14:30:45 UTC (rev 40194)
@@ -43,7 +43,7 @@
__implements__ = IWorkflowDefinition
- meta_type = 'Workflow'
+ meta_type = 'CMF Default Workflow'
id = 'default_workflow'
title = 'Simple Review / Publish Policy'
_isAWorkflow = 1
More information about the CMF-checkins
mailing list