[Erp5-report] r7398 - /erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/port...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 22 14:54:02 CEST 2006


Author: vincent
Date: Mon May 22 14:54:02 2006
New Revision: 7398

URL: http://svn.erp5.org?rev=7398&view=rev
Log:
Correct Actions order.

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/acconting_preferences.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/history.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/metadata.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/print.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view.xml

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/acconting_preferences.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/acconting_preferences.xml?rev=7398&r1=7397&r2=7398&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/acconting_preferences.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/acconting_preferences.xml Mon May 22 14:54:02 2006
@@ -45,10 +45,6 @@
         <item>
             <key> <string>id</string> </key>
             <value> <string>acconting_preferences</string> </value>
-        </item>
-        <item>
-            <key> <string>optional</string> </key>
-            <value> <int>0</int> </value>
         </item>
         <item>
             <key> <string>permissions</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/history.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/history.xml?rev=7398&r1=7397&r2=7398&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/history.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/history.xml Mon May 22 14:54:02 2006
@@ -45,10 +45,6 @@
             <value> <string>history</string> </value>
         </item>
         <item>
-            <key> <string>optional</string> </key>
-            <value> <int>0</int> </value>
-        </item>
-        <item>
             <key> <string>permissions</string> </key>
             <value>
               <tuple>
@@ -58,7 +54,7 @@
         </item>
         <item>
             <key> <string>priority</string> </key>
-            <value> <float>4.0</float> </value>
+            <value> <float>6.0</float> </value>
         </item>
         <item>
             <key> <string>title</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/metadata.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/metadata.xml?rev=7398&r1=7397&r2=7398&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/metadata.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/metadata.xml Mon May 22 14:54:02 2006
@@ -45,10 +45,6 @@
             <value> <string>metadata</string> </value>
         </item>
         <item>
-            <key> <string>optional</string> </key>
-            <value> <int>0</int> </value>
-        </item>
-        <item>
             <key> <string>permissions</string> </key>
             <value>
               <tuple>
@@ -58,7 +54,7 @@
         </item>
         <item>
             <key> <string>priority</string> </key>
-            <value> <float>5.0</float> </value>
+            <value> <float>7.0</float> </value>
         </item>
         <item>
             <key> <string>title</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/print.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/print.xml?rev=7398&r1=7397&r2=7398&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/print.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/print.xml Mon May 22 14:54:02 2006
@@ -45,10 +45,6 @@
             <value> <string>print</string> </value>
         </item>
         <item>
-            <key> <string>optional</string> </key>
-            <value> <int>0</int> </value>
-        </item>
-        <item>
             <key> <string>permissions</string> </key>
             <value>
               <tuple>
@@ -58,7 +54,7 @@
         </item>
         <item>
             <key> <string>priority</string> </key>
-            <value> <float>3.0</float> </value>
+            <value> <float>5.0</float> </value>
         </item>
         <item>
             <key> <string>title</string> </key>

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view.xml?rev=7398&r1=7397&r2=7398&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/ActionTemplateItem/portal_types/Preference/view.xml Mon May 22 14:54:02 2006
@@ -45,10 +45,6 @@
             <value> <string>view</string> </value>
         </item>
         <item>
-            <key> <string>optional</string> </key>
-            <value> <int>0</int> </value>
-        </item>
-        <item>
             <key> <string>permissions</string> </key>
             <value>
               <tuple>




More information about the Erp5-report mailing list