[Erp5-report] r16149 - in /erp5/trunk/bt5/erp5_ui_test: ActionTemplateItem/portal_types/Foo...

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Sep 7 11:44:09 CEST 2007


Author: romain
Date: Fri Sep  7 11:44:09 2007
New Revision: 16149

URL: http://svn.erp5.org?rev=16149&view=rev
Log:
Add missing view_planning action on Foo.

Added:
    erp5/trunk/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_planning.xml
Modified:
    erp5/trunk/bt5/erp5_ui_test/bt/revision
    erp5/trunk/bt5/erp5_ui_test/bt/template_action_path_list

Added: erp5/trunk/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_planning.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_planning.xml?rev=16149&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_planning.xml (added)
+++ erp5/trunk/bt5/erp5_ui_test/ActionTemplateItem/portal_types/Foo/view_planning.xml Fri Sep  7 11:44:09 2007
@@ -1,0 +1,110 @@
+<?xml version="1.0"?>
+<ZopeData>
+  <record id="1" aka="AAAAAAAAAAE=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.ActionInformation</string>
+          <string>ActionInformation</string>
+        </tuple>
+        <none/>
+      </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_button</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>
+              <persistent> <string encoding="base64">AAAAAAAAAAM=</string> </persistent>
+            </value>
+        </item>
+        <item>
+            <key> <string>id</string> </key>
+            <value> <string>view_planning</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>13.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Planning</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>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/Foo_viewPlanningBox</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+  <record id="3" aka="AAAAAAAAAAM=">
+    <pickle>
+      <tuple>
+        <tuple>
+          <string>Products.CMFCore.Expression</string>
+          <string>Expression</string>
+        </tuple>
+        <none/>
+      </tuple>
+    </pickle>
+    <pickle>
+      <dictionary>
+        <item>
+            <key> <string>text</string> </key>
+            <value> <string>string:${object_url}/planningbox.png</string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/bt/revision?rev=16149&r1=16148&r2=16149&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/bt/revision (original)
+++ erp5/trunk/bt5/erp5_ui_test/bt/revision Fri Sep  7 11:44:09 2007
@@ -1,1 +1,1 @@
-205
+206

Modified: erp5/trunk/bt5/erp5_ui_test/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/bt/template_action_path_list?rev=16149&r1=16148&r2=16149&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/bt/template_action_path_list (original)
+++ erp5/trunk/bt5/erp5_ui_test/bt/template_action_path_list Fri Sep  7 11:44:09 2007
@@ -19,5 +19,6 @@
 Foo | metadata
 Foo | view
 Foo | view_duration_field
+Foo | view_planning
 Foo | view_proxy_field
 Foo | view_relation_field




More information about the Erp5-report mailing list