PMA-2020 / pma-api

The best way to programmatically access PMA2020 data.
http://api.pma2020.org
MIT License
1 stars 3 forks source link

Error message when same file is uploaded (/admin) #50

Closed joeflack4 closed 6 years ago

joeflack4 commented 6 years ago

Current behavior

When the user uploads the same file 2 times, there is an error, but it does not show the error in the browser.

Expected behavior

A notification message (red bar) should display in the browser with error message.

Additional information

The code: https://github.com/PMA-2020/pma-api/blob/API_PORTAL_V1/pma_api/__init__.py#L176

joeflack4 commented 6 years ago

Thanks!