Commit 8b572a95 authored by Jérome Perrin's avatar Jérome Perrin

cell_index is a tuple

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22523 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ec918944
......@@ -76,6 +76,12 @@
</dictionary>
</value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>values</string> </key>
<value>
......@@ -115,7 +121,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: cell_index + [context.getResource(base=1)] # XXX make this in a script ? or interaction workflow ?</string> </value>
<value> <string>python: cell_index + (context.getResource(base=1),) # XXX make this in a script ? or interaction workflow ?</string> </value>
</item>
</dictionary>
</pickle>
......
58
\ No newline at end of file
59
\ 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