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 @@ ...@@ -76,6 +76,12 @@
</dictionary> </dictionary>
</value> </value>
</item> </item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item> <item>
<key> <string>values</string> </key> <key> <string>values</string> </key>
<value> <value>
...@@ -115,7 +121,7 @@ ...@@ -115,7 +121,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <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> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
58 59
\ 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