[Erp5-report] r39335 kazuhiko - in /erp5/trunk/bt5/erp5_csv_style: ActionTemplateItem/porta...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Oct 19 11:54:39 CEST 2010


Author: kazuhiko
Date: Tue Oct 19 11:54:38 2010
New Revision: 39335

URL: http://svn.erp5.org?rev=39335&view=rev
Log:
same as r38922:
  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_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_export.xml
    erp5/trunk/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_import.xml
    erp5/trunk/bt5/erp5_csv_style/bt/revision

Modified: erp5/trunk/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_export.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_export.xml?rev=39335&r1=39334&r2=39335&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_export.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_export.xml [utf8] Tue Oct 19 11:54:38 2010
@@ -2,23 +2,11 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>Products.CMFCore.ActionInformation</string>
-          <string>ActionInformation</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
     </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>
@@ -54,7 +42,7 @@
         </item>
         <item>
             <key> <string>priority</string> </key>
-            <value> <float>1.0</float> </value>
+            <value> <float>101.0</float> </value>
         </item>
         <item>
             <key> <string>title</string> </key>
@@ -69,13 +57,7 @@
   </record>
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>Products.CMFCore.Expression</string>
-          <string>Expression</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
     </pickle>
     <pickle>
       <dictionary>

Modified: erp5/trunk/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_import.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_import.xml?rev=39335&r1=39334&r2=39335&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_import.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_csv_style/ActionTemplateItem/portal_types/portal_properties/csv_import.xml [utf8] Tue Oct 19 11:54:38 2010
@@ -2,23 +2,11 @@
 <ZopeData>
   <record id="1" aka="AAAAAAAAAAE=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>Products.CMFCore.ActionInformation</string>
-          <string>ActionInformation</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="ActionInformation" module="Products.CMFCore.ActionInformation"/>
     </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>
@@ -54,7 +42,7 @@
         </item>
         <item>
             <key> <string>priority</string> </key>
-            <value> <float>2.0</float> </value>
+            <value> <float>102.0</float> </value>
         </item>
         <item>
             <key> <string>title</string> </key>
@@ -69,13 +57,7 @@
   </record>
   <record id="2" aka="AAAAAAAAAAI=">
     <pickle>
-      <tuple>
-        <tuple>
-          <string>Products.CMFCore.Expression</string>
-          <string>Expression</string>
-        </tuple>
-        <none/>
-      </tuple>
+      <global name="Expression" module="Products.CMFCore.Expression"/>
     </pickle>
     <pickle>
       <dictionary>

Modified: erp5/trunk/bt5/erp5_csv_style/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_csv_style/bt/revision?rev=39335&r1=39334&r2=39335&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_csv_style/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_csv_style/bt/revision [utf8] Tue Oct 19 11:54:38 2010
@@ -1 +1 @@
-11
\ No newline at end of file
+12
\ No newline at end of file




More information about the Erp5-report mailing list