[Erp5-report] r14993 - in /erp5/trunk/bt5/erp5_base: ActionTemplateItem/portal_types/Organi...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jun 26 20:15:00 CEST 2007


Author: jerome
Date: Tue Jun 26 20:15:00 2007
New Revision: 14993

URL: http://svn.erp5.org?rev=14993&view=rev
Log:
Add a jump method for all persons subordonned to an organisation

Added:
    erp5/trunk/bt5/erp5_base/ActionTemplateItem/portal_types/Organisation/jump_to_persons.xml
Modified:
    erp5/trunk/bt5/erp5_base/bt/revision
    erp5/trunk/bt5/erp5_base/bt/template_action_path_list

Added: erp5/trunk/bt5/erp5_base/ActionTemplateItem/portal_types/Organisation/jump_to_persons.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/ActionTemplateItem/portal_types/Organisation/jump_to_persons.xml?rev=14993&view=auto
==============================================================================
--- erp5/trunk/bt5/erp5_base/ActionTemplateItem/portal_types/Organisation/jump_to_persons.xml (added)
+++ erp5/trunk/bt5/erp5_base/ActionTemplateItem/portal_types/Organisation/jump_to_persons.xml Tue Jun 26 20:15:00 2007
@@ -1,0 +1,93 @@
+<?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_jump</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>jump_to_persons</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>17.0</float> </value>
+        </item>
+        <item>
+            <key> <string>title</string> </key>
+            <value> <string>Persons</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 encoding="cdata"><![CDATA[
+
+string:${portal_url}/person_module/view?reset:int=1&subordination_uid=${object/getUid}
+
+]]></string> </value>
+        </item>
+      </dictionary>
+    </pickle>
+  </record>
+</ZopeData>

Modified: erp5/trunk/bt5/erp5_base/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/revision?rev=14993&r1=14992&r2=14993&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/revision (original)
+++ erp5/trunk/bt5/erp5_base/bt/revision Tue Jun 26 20:15:00 2007
@@ -1,1 +1,1 @@
-123
+124

Modified: erp5/trunk/bt5/erp5_base/bt/template_action_path_list
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_base/bt/template_action_path_list?rev=14993&r1=14992&r2=14993&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_base/bt/template_action_path_list (original)
+++ erp5/trunk/bt5/erp5_base/bt/template_action_path_list Tue Jun 26 20:15:00 2007
@@ -80,6 +80,7 @@
 Organisation | document_view
 Organisation | financial_view
 Organisation | history
+Organisation | jump_to_persons
 Organisation | metadata
 Organisation | person_list
 Organisation | print




More information about the Erp5-report mailing list