Commit 8c02e18a authored by Rafael Monnerat's avatar Rafael Monnerat

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.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14942 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ab72afe7
...@@ -412,7 +412,7 @@ else:\n ...@@ -412,7 +412,7 @@ else:\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <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>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -432,7 +432,7 @@ else:\n ...@@ -432,7 +432,7 @@ else:\n
<dictionary> <dictionary>
<item> <item>
<key> <string>co_argcount</string> </key> <key> <string>co_argcount</string> </key>
<value> <int>3</int> </value> <value> <int>5</int> </value>
</item> </item>
<item> <item>
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
...@@ -441,6 +441,8 @@ else:\n ...@@ -441,6 +441,8 @@ else:\n
<string>axis_start</string> <string>axis_start</string>
<string>axis_stop</string> <string>axis_stop</string>
<string>delimiter_min_number</string> <string>delimiter_min_number</string>
<string>form_id</string>
<string>selection_name</string>
<string>isinstance</string> <string>isinstance</string>
<string>DateTime</string> <string>DateTime</string>
<string>type_list</string> <string>type_list</string>
...@@ -472,7 +474,10 @@ else:\n ...@@ -472,7 +474,10 @@ else:\n
<item> <item>
<key> <string>func_defaults</string> </key> <key> <string>func_defaults</string> </key>
<value> <value>
<none/> <tuple>
<none/>
<none/>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
355 357
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment