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

Users unable to create new or update site notifications #668

Closed ptomasula closed 1 year ago

ptomasula commented 1 year ago

A bug related to the authentication update under release 0.15 has broken the feature that allows users to set site notifications. This impacts the site creation and site update forms (if notify option is selected).

ptomasula commented 1 year ago

This turned out to be a database issue with foreign keys. The notification table foreign key requirements were not updated to reflect the new table.