Community
Participate
Working Groups
Build Identifier: M20110210-1200 Form with smartfields where getConfiguredTreat0AsNull is true (default). A value of 0 is not accepted as input when a store method is called (validiation rule 'process'). This is not a problem when the data is loaded into form data (from database), imported to form, exported to formdata and then stored, because the value is then changed to null (instead of 0). When directly loading into form data and storing this form data afterwards, the value 0 is not accept. Reproducible: Always Steps to Reproduce: see detail description.
Created attachment 203336 [details] Patch to fix issue
Applied patch provided by Stephan Merkli. The else clause with the throw was not patched, since if the value is not numeric, a normal validation should take place instead. Not a premature failure.
moved iplog flag to patch
Comment on attachment 203336 [details] Patch to fix issue added iplog flag for patch from stefan merkli
ticket closed. deliverd as part of eclipse scout 3.8.0 (juno release train)