Trying to delete a deleted object #390
Unanswered
FrederikFBrandt
asked this question in
Q&A
Replies: 1 comment
-
Technically, the server is doing the right thing. So the solution would be in the client. Perhaps we add some code within the PullOperationManager such that it ignores 410 and 404 if the local is gone. That would fix this. I'll think on how to do this - and this discussion will get converted into an issue for tracking. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If an object has already been deleted on the server, and the user deletes the same object locally - before synchronizing with the server - the synchronization fails and won't work unless I purge the user's local database. Does anyone know how to handle this more... elegantly?
Edit: This is what I currrently do in my tablecontroller:
Beta Was this translation helpful? Give feedback.
All reactions