Commit fdc75d42 authored by Jérome Perrin's avatar Jérome Perrin

asCellRange scripts must support base_id parameter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31754 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 11b78663
...@@ -66,7 +66,7 @@ return [\'c\', \'d\'], [\'three\', \'four\'],\n ...@@ -66,7 +66,7 @@ return [\'c\', \'d\'], [\'three\', \'four\'],\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>matrixbox</string> </value> <value> <string>matrixbox, base_id=\'cell\'</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -86,13 +86,14 @@ return [\'c\', \'d\'], [\'three\', \'four\'],\n ...@@ -86,13 +86,14 @@ return [\'c\', \'d\'], [\'three\', \'four\'],\n
<dictionary> <dictionary>
<item> <item>
<key> <string>co_argcount</string> </key> <key> <string>co_argcount</string> </key>
<value> <int>1</int> </value> <value> <int>2</int> </value>
</item> </item>
<item> <item>
<key> <string>co_varnames</string> </key> <key> <string>co_varnames</string> </key>
<value> <value>
<tuple> <tuple>
<string>matrixbox</string> <string>matrixbox</string>
<string>base_id</string>
</tuple> </tuple>
</value> </value>
</item> </item>
...@@ -104,7 +105,9 @@ return [\'c\', \'d\'], [\'three\', \'four\'],\n ...@@ -104,7 +105,9 @@ return [\'c\', \'d\'], [\'three\', \'four\'],\n
<item> <item>
<key> <string>func_defaults</string> </key> <key> <string>func_defaults</string> </key>
<value> <value>
<none/> <tuple>
<string>cell</string>
</tuple>
</value> </value>
</item> </item>
<item> <item>
......
526 527
\ 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