agex-inc / support.requests

Shared repository to collect bug reports and new feature requests
0 stars 0 forks source link

Update refresh logic #382

Closed altemeier closed 4 years ago

altemeier commented 4 years ago

Report

What environment were you working in?

PRODUCTION

What device were you using?

Multiple

What was the email (or phone number) for the account you were using?

multiple

In what screen/page did you find the bug?

groups

What actually happened?

When a user adds more than one group and transfers animals between them while offline, the sync process breaks down and the animals are not removed from the old group. This is because the "refresh" request to update the old group is processed before the old group exists. The refresh process needs to re-queue a refresh request when the target object does not yet exist.

Email Address

salt@agex.io

Timestamp

9/21/2020 14:12:05

How severe is this issue?

MODERATE: should fix, but don't block next release

Were you using a "native" or "web" app?

Web (using a web browser)

What part of the system needs work?

General/Other

Is this a bug or a new feature request?

Bug (something unexpected is happening)