Commit a17a0746 authored by Aurel's avatar Aurel

change method on wich is based the interaction otherwise interaction script is...

change method on wich is based the interaction otherwise interaction script is called before the new value is set and data are inconsistent

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24704 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f3552b41
......@@ -59,14 +59,21 @@
<key> <string>method_id</string> </key>
<value>
<list>
<string>_edit</string>
<string>_setPriceCurrencyValue</string>
<string>setPriceCurrencyValue</string>
</list>
</value>
</item>
<item>
<key> <string>once_per_transaction</string> </key>
<value> <int>0</int> </value>
</item>
<item>
<key> <string>portal_type_filter</string> </key>
<value>
<none/>
<list>
<string>Currency Exchange Line</string>
</list>
</value>
</item>
<item>
......
......@@ -68,8 +68,7 @@
<value> <string>context = state_change[\'object\']\n
\n
base_id = \'path\'\n
kwd = {\'base_id\': base_id, \'portal_type\':\'Currency Exchange Cell\'}\n
\n
kwd = {\'base_id\': base_id}\n
\n
context.updateCellRange(script_id=\'CurrencyExchangeLine_asCellRange\', base_id=base_id)\n
cell_range_key_list = context.getCellRangeKeyList(base_id = base_id)\n
......
468
\ No newline at end of file
469
\ 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