[Erp5-report] r8622 - in /erp5/trunk/products/ERP5/bootstrap/erp5_core: SkinTemplateItem/po...

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jul 20 11:28:01 CEST 2006


Author: aurel
Date: Thu Jul 20 11:27:58 2006
New Revision: 8622

URL: http://svn.erp5.org?rev=8622&view=rev
Log:
2006-07-20 aurel
* define priority on action when creating module

Modified:
    erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
    erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml?rev=8622&r1=8621&r2=8622&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_createModule.xml Thu Jul 20 11:27:58 2006
@@ -176,6 +176,7 @@
                                   , ""\n
                                   , "View"\n
                                   , "object_view"\n
+                                  , priority = 1\n
                                   )\n
 object_portal_type_value.addAction( "history"\n
                                   , "History"\n
@@ -183,6 +184,7 @@
                                   , ""\n
                                   , "View"\n
                                   , "object_view"\n
+                                  , priority = 2\n
                                   )\n
 object_portal_type_value.addAction( "metadata"\n
                                   , "Metadata"\n
@@ -190,6 +192,7 @@
                                   , ""\n
                                   , "Manage properties"\n
                                   , "object_view"\n
+                                  , priority = 3\n
                                   )\n
 object_portal_type_value.addAction( "print_pdf"\n
                                   , "Print"\n

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log?rev=8622&r1=8621&r2=8622&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/change_log Thu Jul 20 11:27:58 2006
@@ -1,3 +1,6 @@
+2006-07-20 aurel
+* define priority on action when creating module
+
 2006-07-20 Kevin
 * Add description on validation workflow.
 

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision?rev=8622&r1=8621&r2=8622&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Thu Jul 20 11:27:58 2006
@@ -1,1 +1,1 @@
-30
+32




More information about the Erp5-report mailing list