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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 25 07:42:32 CEST 2007


Author: rafael
Date: Mon Jun 25 07:42:32 2007
New Revision: 14942

URL: http://svn.erp5.org?rev=14942&view=rev
Log:
Added two new parameters to be compatible with the last change in PlanningBox.py .

Now it's possible define links to column headers. for this is only necessary add 'link' in the delimiter dictionary.

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

Modified: erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Planning_generateAxis.xml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Planning_generateAxis.xml?rev=14942&r1=14941&r2=14942&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Planning_generateAxis.xml (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Planning_generateAxis.xml Mon Jun 25 07:42:32 2007
@@ -412,7 +412,7 @@
         </item>
         <item>
             <key> <string>_params</string> </key>
-            <value> <string>axis_start, axis_stop, delimiter_min_number</string> </value>
+            <value> <string>axis_start, axis_stop, delimiter_min_number, form_id=None, selection_name=None</string> </value>
         </item>
         <item>
             <key> <string>errors</string> </key>
@@ -432,7 +432,7 @@
                   <dictionary>
                     <item>
                         <key> <string>co_argcount</string> </key>
-                        <value> <int>3</int> </value>
+                        <value> <int>5</int> </value>
                     </item>
                     <item>
                         <key> <string>co_varnames</string> </key>
@@ -441,6 +441,8 @@
                             <string>axis_start</string>
                             <string>axis_stop</string>
                             <string>delimiter_min_number</string>
+                            <string>form_id</string>
+                            <string>selection_name</string>
                             <string>isinstance</string>
                             <string>DateTime</string>
                             <string>type_list</string>
@@ -472,7 +474,10 @@
         <item>
             <key> <string>func_defaults</string> </key>
             <value>
-              <none/>
+              <tuple>
+                <none/>
+                <none/>
+              </tuple>
             </value>
         </item>
         <item>

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=14942&r1=14941&r2=14942&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision (original)
+++ erp5/trunk/products/ERP5/bootstrap/erp5_core/bt/revision Mon Jun 25 07:42:32 2007
@@ -1,1 +1,1 @@
-355
+357




More information about the Erp5-report mailing list