google-code-export / openesignforms

Automatically exported from code.google.com/p/openesignforms
1 stars 0 forks source link

Set Field Value Action: Cannot blank out integer, money or decimal fields #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a document with an Integer, Money and/or Decimal field.
2. Create custom logic, such as On Review, with a SET FIELD VALUE action.
3. Leave the respective field value blank.

What is the expected output? What do you see instead?
Expect the fields to have no value, but they become 0, $0.00 and 0 
respectively.  If we set these to 0, that makes sense, but if left blank, we 
expect the field to be unset (have no value).

Original issue reported on code.google.com by yoz...@gmail.com on 8 May 2014 at 11:37

GoogleCodeExporter commented 9 years ago
We now allow Integer, Money and Decimal fields to be blanked out via the SET 
FIELD VALUE action with an empty value.  

Released in 14.6.6 release

Original comment by yoz...@gmail.com on 30 May 2014 at 9:26