ODM2 / ODM2DataSharingPortal

A Python-Django web application enabling users to upload, share, and display data from their environmental monitoring sites via the app's ODM2 database. Data can either be automatically streamed from Internet of Things (IoT) devices, manually uploaded via CSV files, or manually entered into forms.
BSD 3-Clause "New" or "Revised" License
31 stars 8 forks source link

Unable to delete leaf pack experiment from details page #655

Closed SRGDamia1 closed 1 year ago

SRGDamia1 commented 1 year ago

image

Hitting the delete menu brings up a delete confirmation menu, but after confirming you're forwarded to an empty page (https://monitormywatershed.org/sites/xx/leafpack/delete/). If you go back and look at the experiments for the site, the "deleted" experiment still exists.

ptomasula commented 1 year ago

Thanks @SRGDamia1, I addressed this with PR #656 yesterday, and then redeployed it to the production server this afternoon with PR #657. Let me know if the delete button is still not working for you.