Skip to content

Reload data from pod after a BACKUP restore #699

Description

@gjwgit

Describe the Bug

When I IMPORT BACKUP to my app/pod, the app does not by default reload the data from the POD. Is this possible to do? It may not be given every app stores it's data differently. If this is not possbile/easy then include in the message that it has been restored but the app needs to re-read the data from the pod, possibly by restarting the app (my reload buttons are implemented per app - I wonder if t can be generalised - but again it might be dependent on the specific app data structures).

To Reproduce

Steps to reproduce the behaviour:

  1. Create a BACKUP for todopod
  2. Exit the app and remove the app folder from the server
  3. Start up the app and IMPORT BACKUP
  4. The message notes the items restored
  5. Go to the TASKS page and there are no entries listed
  6. Tap the RELOAD button in the top button bar
  7. All tasks are now listed

Expected Behaviour

A message to reload data or restart the app OR the data is automatically reloaded

Context

Where has the issue been observed:

  • Android
  • Chrome
  • iOS
  • Linux
  • macOS
  • Web
  • Windows

[Add any other context about the problem here.]

App Version:
Flutter Version:

Closing Criteria

Checklist for closing the issue:

  • No errors from make prep
  • All tests pass make qtest
  • An indication of the need to reload the data from the pod

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions