[CMF-checkins] SVN: CMF/branches/1.6/DCWorkflow/exportimport.py
adding WORKFLOWMETHOD to the list of trigger types
Rob Miller
ra at burningman.com
Fri May 12 02:05:11 EDT 2006
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' )
More information about the CMF-checkins
mailing list