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.
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.