[CMF-checkins] CVS: CMF/CMFSetup/xml - ticTypeExport.xml:1.4 wtcWorkflowExport.xml:1.13

Martijn Pieters mj at zopatista.com
Wed Nov 10 08:12:21 EST 2004


Update of /cvs-repository/CMF/CMFSetup/xml
In directory cvs.zope.org:/tmp/cvs-serv11006/xml

Modified Files:
	ticTypeExport.xml wtcWorkflowExport.xml 
Log Message:
Oops, checked into the HEAD instead of into the branch. Mea Culpa.


=== CMF/CMFSetup/xml/ticTypeExport.xml 1.3 => 1.4 ===
--- CMF/CMFSetup/xml/ticTypeExport.xml:1.3	Wed Nov 10 08:05:48 2004
+++ CMF/CMFSetup/xml/ticTypeExport.xml	Wed Nov 10 08:12:21 2004
@@ -30,6 +30,12 @@
   <allowed_content_type
      tal:repeat="act info/allowed_content_types"
      tal:content="act">foo</allowed_content_type></tal:case>
+  <aliases>
+   <alias from="(Default)" to="foo_view"
+          tal:repeat="item info/aliases/items"
+          tal:attributes="from python: item[ 0 ]; to python: item[ 1 ];"
+   />
+  </aliases>
   <action
      action_id="view"
      title="View"


=== CMF/CMFSetup/xml/wtcWorkflowExport.xml 1.12 => 1.13 ===
--- CMF/CMFSetup/xml/wtcWorkflowExport.xml:1.12	Wed Nov 10 08:05:48 2004
+++ CMF/CMFSetup/xml/wtcWorkflowExport.xml	Wed Nov 10 08:12:21 2004
@@ -40,6 +40,15 @@
         tal:repeat="role perm/roles"
         tal:content="role">ROLE</permission-role>
   </permission-map>
+  <group-map
+        name=""
+        tal:repeat="group state/groups"
+        tal:attributes="name python: group[ 0 ];
+                       ">
+   <group-role
+        tal:repeat="role python: group[ 1 ]"
+        tal:content="role">ROLE</group-role>
+  </group-map>
   <assignment
         name="VAR_NAME"
         type="VAR_TYPE"
@@ -84,6 +93,10 @@
    <guard-role
        tal:repeat="role transition/guard_roles"
        tal:content="role">ROLE</guard-role></tal:case
+  ><tal:case tal:condition="transition/guard_groups">
+   <guard-group
+       tal:repeat="group transition/guard_groups"
+       tal:content="group">GROUP</guard-group></tal:case
   ><tal:case tal:condition="transition/guard_expr">
    <guard-expression
        tal:content="transition/guard_expr">EXPRESSION</guard-expression
@@ -122,6 +135,10 @@
    <guard-role
        tal:repeat="role worklist/guard_roles"
        tal:content="role">ROLE</guard-role></tal:case
+  ><tal:case tal:condition="worklist/guard_groups">
+   <guard-group
+       tal:repeat="group worklist/guard_groups"
+       tal:content="group">GROUP</guard-group></tal:case
   ><tal:case tal:condition="worklist/guard_expr">
    <guard-expression
        tal:content="worklist/guard_expr">EXPRESSION</guard-expression
@@ -169,6 +186,10 @@
    <guard-role
        tal:repeat="role variable/guard_roles"
        tal:content="role">ROLE</guard-role></tal:case
+  ><tal:case tal:condition="variable/guard_groups">
+   <guard-group
+       tal:repeat="group variable/guard_groups"
+       tal:content="group">GROUP</guard-group></tal:case
   ><tal:case tal:condition="variable/guard_expr">
    <guard-expression
        tal:content="variable/guard_expr">EXPRESSION</guard-expression



More information about the CMF-checkins mailing list