[Erp5-report] r38921 jerome - in /erp5/trunk/bt5/erp5_odt_style: ActionTemplateItem/portal_...

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Oct 6 13:17:01 CEST 2010


Author: jerome
Date: Wed Oct  6 13:17:00 2010
New Revision: 38921

URL: http://svn.erp5.org?rev=38921&view=rev
Log:
Since 38891 actions are sorted globally, not anymore locally to an action provider. Give lower priority to those global actions so that they appear after portal types actions

Modified:
    erp5/trunk/bt5/erp5_odt_style/ActionTemplateItem/portal_types/portal_properties/print.xml
    erp5/trunk/bt5/erp5_odt_style/bt/revision

Modified: erp5/trunk/bt5/erp5_odt_style/ActionTemplateItem/portal_types/portal_properties/print.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_odt_style/ActionTemplateItem/portal_types/portal_properties/print.xml?rev=38921&r1=38920&r2=38921&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_odt_style/ActionTemplateItem/portal_types/portal_properties/print.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_odt_style/ActionTemplateItem/portal_types/portal_properties/print.xml [utf8] Wed Oct  6 13:17:00 2010
@@ -2,10 +2,7 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
-        <tuple/>
-      </tuple>
+      <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
     </pickle>
     <pickle>
       <dictionary>
@@ -45,7 +42,7 @@
         </item>
         <item>
             <key> <string>priority</string> </key>
-            <value> <float>2.0</float> </value>
+            <value> <float>100.0</float> </value>
         </item>
         <item>
             <key> <string>title</string> </key>
@@ -60,10 +57,7 @@
   </record>
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
-      <tuple>
-        <global name="Expression" module="Products.CMFCore.Expression"/>
-        <tuple/>
-      </tuple>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
     </pickle>
     <pickle>
       <dictionary>

Modified: erp5/trunk/bt5/erp5_odt_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_odt_style/bt/revision?rev=38921&r1=38920&r2=38921&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_odt_style/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_odt_style/bt/revision [utf8] Wed Oct  6 13:17:00 2010
@@ -1 +1 @@
-109
\ No newline at end of file
+110
\ No newline at end of file




More information about the Erp5-report mailing list