-
-
Notifications
You must be signed in to change notification settings - Fork 44
Gateway requires you to refresh to see message state changes #165
Description
Instructions
In some instances gateway app will show what seems like wrong or old data. The user can then hit the refresh button and it is updated. We should get this to auto refresh.
Log files
Please do not include log files with issue reports. Log files are _very_helpful, and sometimes essential for tracking down and fixing bugs in the software. However, they may contain personal information including the phone numbers of users interacting with the gateway, or contents of the SMS messages that the gateway has sent and received.
Device details
For each device, please fill in a column of the Device(s) tested table.
Device(s) tested
| key | value(s) |
|---|---|
| medic-gateway version | master |
| device make | Samsung |
| device model | S10 Android version 10 |
| can the problem be recreated on this device? | yes |
Observed behaviour
Given I have a message into a failed state.(Retry count after 20)
When I fix the soft error and retry sending/
Then the message state shows in UNSENT but tapping on the message or refreshing will show it as sent.
Expected behaviour
Gateway should update immediately as the states change.