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
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>matrixbox</string> </value>
<value> <string>matrixbox, base_id=\'cell\'</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -86,13 +86,14 @@ return [\'c\', \'d\'], [\'three\', \'four\'],\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>1</int> </value>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>matrixbox</string>
<string>base_id</string>
</tuple>
</value>
</item>
......@@ -104,7 +105,9 @@ return [\'c\', \'d\'], [\'three\', \'four\'],\n
<item>
<key> <string>func_defaults</string> </key>
<value>
<none/>
<tuple>
<string>cell</string>
</tuple>
</value>
</item>
<item>
......
526
\ No newline at end of file
527
\ 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