Actions
Bug #4978
closedInteger field updated to null does not change value
Description
I have an integer field and I do a profile update to change it from its default value (null) to a number (e.g., 5) and save the profile.
The value is changed just fine.
However if I then try and update the profile again and change the value from 5 to nothing and save then the value 5 still shows.
I was expecting a null value or a zero or a validation error perhaps if null is not allowed.
Actions