You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure how to test this. @Elijahwalkerwest , you can give me some steps to walk through, or if you are convinced that it is addressed (by doing some testing of your own), you can close it.
Testing this involves intentionally breaking some code. I.E. making sure that if different parts of editing/creating site visits break, it doesn't break data. I'm testing this myself, I'll update and close when I feel more confident.
Currently when you update or create a site visit, it deletes the data before re-creating it from the request. This is really bad data management.
This causes data to be deleted if for some reason it can't create the new object. Big problem.
So I am updating this view to manage data more responsibly.
The text was updated successfully, but these errors were encountered: