← Back to team overview

dhis-mobile-devs team mailing list archive

[Bug 664603] Re: IllegalArgumentException is thrown when large number is saved

 

** Changed in: dhis-mobile
       Status: Fix Committed => Fix Released

-- 
IllegalArgumentException is thrown when large number is saved
https://bugs.launchpad.net/bugs/664603
You received this bug notification because you are a member of DHIS
mobile developers, which is subscribed to dhis-mobile.

Status in DHIS Mobile: Fix Released

Bug description:
If the program stage form has a int datatype, we can save a large number in the form. When large int value is typed in the form and form is saved, we get an IllegalArgumentException when opening the form again. There should be a limit to the textfield, if we are saving an integer.