Log message for revision 68102:
  adding WORKFLOWMETHOD to the list of trigger types
  
  

Changed:
  U   CMF/branches/1.6/DCWorkflow/exportimport.py

-=-
Modified: CMF/branches/1.6/DCWorkflow/exportimport.py
===================================================================
--- CMF/branches/1.6/DCWorkflow/exportimport.py 2006-05-12 04:39:43 UTC (rev 
68101)
+++ CMF/branches/1.6/DCWorkflow/exportimport.py 2006-05-12 06:05:10 UTC (rev 
68102)
@@ -31,7 +31,7 @@
 from permissions import ManagePortal
 
 
-TRIGGER_TYPES = ( 'AUTOMATIC', 'USER' )
+TRIGGER_TYPES = ( 'AUTOMATIC', 'USER', 'WORKFLOWMETHOD' )
 _FILENAME = 'workflows.xml'
 
 
@@ -444,7 +444,6 @@
         items.sort()
 
         for k, v in items:
-
             guard = v.getGuard()
 
             v_info = []
@@ -470,7 +469,6 @@
                    }
 
             result.append( info )
-
         return result
 
     security.declarePrivate( '_extractWorklists' )

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

Reply via email to