[CMF-checkins] CVS: CMF/CMFSetup/xml - wtcWorkflowExport.xml:1.10
    Tres Seaver 
    tseaver at zope.com
       
    Thu Jun 24 14:24:42 EDT 2004
    
    
  
Update of /cvs-repository/CMF/CMFSetup/xml
In directory cvs.zope.org:/tmp/cvs-serv2595/xml
Modified Files:
	wtcWorkflowExport.xml 
Log Message:
  - Preserve non-string values for variable defaults.
=== CMF/CMFSetup/xml/wtcWorkflowExport.xml 1.9 => 1.10 ===
--- CMF/CMFSetup/xml/wtcWorkflowExport.xml:1.9	Thu Jun 24 13:59:06 2004
+++ CMF/CMFSetup/xml/wtcWorkflowExport.xml	Thu Jun 24 14:24:41 2004
@@ -157,6 +157,8 @@
         tal:replace="variable/description">The last transition</span>
    <default>
     <value
+        type="VAR_TYPE"
+        tal:attributes="type variable/default_type"
         tal:condition="variable/default_value"
         tal:content="variable/default_value">VALUE</value>
     <expression
    
    
More information about the CMF-checkins
mailing list