Fix bug when a newly submitted record is added disappearing all surveys from list #2437
:memo: How is it being implemented?
The problem is load surveys with empty values
The value entity value has empty validation
I have added a callback to notify the surveys loading error to the user
I have removed value entity validation
:boom: How can it be tested?
Login in MZ test account
UseCase 1: create a new survey and in the question program select IFPP, after leaves blank address house question. The survey should load in the list correctly.
:floppy_disk: Requires DB migration?
[x] Nope, we can just merge this branch.
[ ] Yes, but we need to apply it before merging this branch.
[ ] Yes, it's already applied.
:art: UI changes?
[x] Nope, the UI remains as beautiful as it was before!
:pushpin: References
:gear: branches
app: Origin: maintenance/error_all_surveys_disappearing_from_list Target: v1.4_connect bugshaker-android: Origin: downgrade_gradle_version
EyeSeeTea-SDK: Origin: development
:tophat: What is the goal?
Fix bug when a newly submitted record is added disappearing all surveys from list #2437
:memo: How is it being implemented?
The problem is load surveys with empty values The value entity value has empty validation
:boom: How can it be tested?
Login in MZ test account
UseCase 1: create a new survey and in the question program select IFPP, after leaves blank address house question. The survey should load in the list correctly.
:floppy_disk: Requires DB migration?
:art: UI changes?