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
{{ message }}
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.
Doing so didn't return an error for the user during the upload, which suggests there's a lack or absence of constraints on files that can be uploaded through the receiver event webpage. Worse, when digging in a bit deeper my investigations showed that the content of those detection files had been populated into the receiver_event table.
To be done:
when users upload detection files through the receiver event page the system should return an error so that users are aware they've made a mistake and are prompted to re-upload those files through the tag detection page.
when an error is generated by the system, the detection files don't get uploaded into the receiver_event page.
The text was updated successfully, but these errors were encountered:
A user recently mis-uploaded three csv detection files through the upload receiver event page instead of the upload tag detection page.
Doing so didn't return an error for the user during the upload, which suggests there's a lack or absence of constraints on files that can be uploaded through the receiver event webpage. Worse, when digging in a bit deeper my investigations showed that the content of those detection files had been populated into the
receiver_event
table.To be done:
receiver_event
page.The text was updated successfully, but these errors were encountered: