[Erp5-report] r20684 - in /erp5/trunk/bt5/erp5_computer_immobilisation: ActionTemplateItem/...

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Apr 19 02:09:23 CEST 2008


Author: yusei
Date: Sat Apr 19 02:09:20 2008
New Revision: 20684

URL: http://svn.erp5.org?rev=20684&view=rev
Log:
2008-4-18 yusei
* Add workflow chain.
* Add default view for Internet Protocol Address. (forgot to commit it before)

Added:
    erp5/trunk/bt5/erp5_computer_immobilisation/ActionTemplateItem/portal_types/Internet%20Protocol%20Address/
    erp5/trunk/bt5/erp5_computer_immobilisation/ActionTemplateItem/portal_types/Internet%20Protocol%20Address/view.xml
    erp5/trunk/bt5/erp5_computer_immobilisation/PortalTypeWorkflowChainTemplateItem/
    erp5/trunk/bt5/erp5_computer_immobilisation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
Modified:
    erp5/trunk/bt5/erp5_computer_immobilisation/bt/change_log
    erp5/trunk/bt5/erp5_computer_immobilisation/bt/revision
    erp5/trunk/bt5/erp5_computer_immobilisation/bt/template_action_path_list
    erp5/trunk/bt5/erp5_computer_immobilisation/bt/template_portal_type_workflow_chain_list

Added: erp5/trunk/bt5/erp5_computer_immobilisation/ActionTemplateItem/portal_types/Internet%20Protocol%20Address/view.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_computer_immobilisation/ActionTemplateItem/portal_types/Internet%2520Protocol%2520Address/view.xml?rev=20684&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_computer_immobilisation/ActionTemplateItem/portal_types/Internet%20Protocol%20Address/view.xml (added)
+++ erp5/trunk/bt5/erp5_computer_immobilisation/ActionTemplateItem/portal_types/Internet%20Protocol%20Address/view.xml Sat Apr 19 02:09:20 2008
@@ -1,0 +1,83 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>__ac_local_roles__</string> </key>
+            <value>
+              <none/>
+            </value>
+        </item>
+        <item>
+            <key> <string>action</string> </key>
+            <value>
+              <persistent> <string encoding="base64">AAAAAAAAAAI=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>category</string> </key>
+            <value> <string>object_view</string> </value>
+        </item>
+        <item>
+            <key> <string>condition</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>description</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>icon</string> </key>
+            <value> <string></string> </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>view</string> </value>
+        </item>
+        <item>
+            <key> <string>permissions</string> </key>
+            <value>
+              <tuple>
+                <string>View</string>
+              </tuple>
+            </value>
+        </item>
+        <item>
+            <key> <string>priority</string> </key>
+            <value> <float>1.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>View</string> </value>
+        </item>
+        <item>
+            <key> <string>visible</string> </key>
+            <value> <int>1</int> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="2" aka="AAAAAAAAAAI=">
+    <pickle>
+      <tuple>
+        <global name="Expression" module="Products.CMFCore.Expression"/>
+        <tuple/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/InternetProtocolAddress_view</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Added: erp5/trunk/bt5/erp5_computer_immobilisation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_computer_immobilisation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml?rev=20684&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_computer_immobilisation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml (added)
+++ erp5/trunk/bt5/erp5_computer_immobilisation/PortalTypeWorkflowChainTemplateItem/workflow_chain_type.xml Sat Apr 19 02:09:20 2008
@@ -1,0 +1,14 @@
+<workflow_chain>
+ <chain>
+  <type>Computer</type>
+  <workflow>edit_workflow, validation_workflow</workflow>
+ </chain>
+ <chain>
+  <type>Computer Partition</type>
+  <workflow>validation_workflow, edit_workflow</workflow>
+ </chain>
+ <chain>
+  <type>Internet Protocol Address</type>
+  <workflow>edit_workflow</workflow>
+ </chain>
+</workflow_chain>

Modified: erp5/trunk/bt5/erp5_computer_immobilisation/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_computer_immobilisation/bt/change_log?rev=20684&r1=20683&r2=20684&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_computer_immobilisation/bt/change_log (original)
+++ erp5/trunk/bt5/erp5_computer_immobilisation/bt/change_log Sat Apr 19 02:09:20 2008
@@ -1,3 +1,7 @@
+2008-4-18 yusei
+* Add workflow chain.
+* Add default view for Internet Protocol Address. (forgot to commit it before)
+
 2008-4-17 yusei
 * Turned on acquire local role for Internet Protocol Address portal type.
 

Modified: erp5/trunk/bt5/erp5_computer_immobilisation/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_computer_immobilisation/bt/revision?rev=20684&r1=20683&r2=20684&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_computer_immobilisation/bt/revision (original)
+++ erp5/trunk/bt5/erp5_computer_immobilisation/bt/revision Sat Apr 19 02:09:20 2008
@@ -1,1 +1,1 @@
-3
+4

Modified: erp5/trunk/bt5/erp5_computer_immobilisation/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_computer_immobilisation/bt/template_action_path_list?rev=20684&r1=20683&r2=20684&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_computer_immobilisation/bt/template_action_path_list (original)
+++ erp5/trunk/bt5/erp5_computer_immobilisation/bt/template_action_path_list Sat Apr 19 02:09:20 2008
@@ -1,4 +1,5 @@
 Computer Module | view
 Computer Partition | view
 Computer | computer_partition
-Computer | view
+Computer | view
+Internet Protocol Address | view

Modified: erp5/trunk/bt5/erp5_computer_immobilisation/bt/template_portal_type_workflow_chain_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_computer_immobilisation/bt/template_portal_type_workflow_chain_list?rev=20684&r1=20683&r2=20684&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_computer_immobilisation/bt/template_portal_type_workflow_chain_list (original)
+++ erp5/trunk/bt5/erp5_computer_immobilisation/bt/template_portal_type_workflow_chain_list Sat Apr 19 02:09:20 2008
@@ -1,0 +1,5 @@
+Computer Partition | edit_workflow
+Computer Partition | validation_workflow
+Computer | edit_workflow
+Computer | validation_workflow
+Internet Protocol Address | edit_workflow




More information about the Erp5-report mailing list