RDFBones / RDFBonesPhaleron

An RDFBones implementation of the data collection routines developed for the Phaleron Bioarchaeological Project.
1 stars 0 forks source link

Data recovered from browser storage #66

Closed HannahLiedl closed 2 years ago

HannahLiedl commented 2 years ago

In what module does the bug occur? IV_743, Skeletal inventory. Arm. Leg

Describe the bug For the left humerus and the right patella the following shows up in the skeletal inventory of IV_743: "Form Data has been recovereed from browser storage".

To Reproduce Steps to reproduce the behavior:

  1. Go to 'IV_743'
  2. Click on 'Arm' or 'Leg'
  3. Scroll down to 'L humerus' or 'right patella'
  4. See error

Expected behavior I just don't think this should be happening. I would have to click on "save" before I can move on to the next bone, so this should have been saved in the initial recording?

Screenshots

Screenshot (3)

zarquon42b commented 2 years ago

Your issues are very likely owed to a bad internet connection on your part during data entry: If there is no connection to the server when pressing "Save" the data cannot be sent to the database. However, the selected values stay in the browser cache and you are informed upon reloading the page. In your example IV_743 there were no values saved at all for left humerus (indicating that the save event was not successful). I could enter and save the data from your screenshot without issues.