Closed GoogleCodeExporter closed 9 years ago
We can update the start transaction logic to accommodate this in a secure
fashion:
1) Manual mapping: If a field has an initial value, that will be honored over
any automatic mapping.
2) Automatic mapping: If a field has the same name as the POSTed data, and the
field is set to be editable for the first party, that field will have its value
set from the POST data.
Original comment by yoz...@gmail.com
on 19 Jun 2013 at 5:09
Added to release 13.7.13.
When starting a transaction with initial POST data, if the field in the
document has an initial value specified, it will be used (as before), but now
if no value is set and the field name matches the name of an initial POST
param, it will be set to the value from the initial POST data.
Original comment by yoz...@gmail.com
on 20 Jun 2013 at 10:11
Original issue reported on code.google.com by
yoz...@gmail.com
on 19 Jun 2013 at 5:07