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

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to