Closed xurxodev closed 5 years ago
The dashboard seems to display as IMPORTANT the first field of the form marked as important twice instead of taking into account all fields marked as important.
app: Origin: maintenance/solve_to_show_importants_values Target: v1.4_connect bugshaker-android: Origin: downgrade_gradle_version EyeSeeTea-sdk: Origin: Development
The problem is that always show index 0 of important values. The problem is solved show the index 0 and index 1 if exists
Use Case 1: Create a new survey and should show two first important values.
:pushpin: References
:tophat: What is the goal?
The dashboard seems to display as IMPORTANT the first field of the form marked as important twice instead of taking into account all fields marked as important.
:gear: branches
app: Origin: maintenance/solve_to_show_importants_values Target: v1.4_connect bugshaker-android: Origin: downgrade_gradle_version EyeSeeTea-sdk: Origin: Development
:memo: How is it being implemented?
The problem is that always show index 0 of important values. The problem is solved show the index 0 and index 1 if exists
:boom: How can it be tested?
Use Case 1: Create a new survey and should show two first important values.
:floppy_disk: Requires DB migration?
:art: UI changes?