Commit 957fd577 authored by Fabien Morin's avatar Fabien Morin

**kw was missing on ApparelModel_asCellRange script so updateCellRange can't...

**kw was missing on ApparelModel_asCellRange script so updateCellRange can't be called on Apparel Model objects

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31024 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d98d5c6
......@@ -79,7 +79,7 @@ return cell_range\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>matrixbox=0,**kw</string> </value>
<value> <string>matrixbox=0, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......
......@@ -107,7 +107,7 @@ return cell_range\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>matrixbox=0, display_base_category=1</string> </value>
<value> <string>matrixbox=0, display_base_category=1, **kw</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -135,6 +135,7 @@ return cell_range\n
<tuple>
<string>matrixbox</string>
<string>display_base_category</string>
<string>kw</string>
<string>cell_range</string>
<string>_getattr_</string>
<string>context</string>
......
192
\ No newline at end of file
193
\ 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