elixir-luxembourg / daisy

Data Information System (DAISY) is a data bookkeeping application designed to help Biomedical Research institutions with their GDPR compliance.
GNU Affero General Public License v3.0
12 stars 10 forks source link

#385 fix document error response to redirect to main page "project" or "contract" #442

Closed nirmeen closed 11 months ago

nirmeen commented 11 months ago

Adding new document to project or contract behaviour Previously: it was returning json response with error message currently: it returns to main page "project" or "contract" and displays a flash message with the error

In this pull request, there is also a fix for packages that cause python2 dependency error.