Commit 473df9d0 authored by Aurel's avatar Aurel

specify portal type of cells to create, because newCell can fail retrieving it due to permission

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24686 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c9415e9
......@@ -68,7 +68,7 @@
<value> <string>context = state_change[\'object\']\n
\n
base_id = \'path\'\n
kwd = {\'base_id\': base_id}\n
kwd = {\'base_id\': base_id, \'portal_type\':\'Currency Exchange Cell\'}\n
\n
\n
context.updateCellRange(script_id=\'CurrencyExchangeLine_asCellRange\', base_id=base_id)\n
......
467
\ No newline at end of file
468
\ 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