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

370 json response model edit forms #382

Closed Fancien closed 1 year ago

Fancien commented 1 year ago

Handle the modal EditForms with Ajax in order to display the form errors directly in the modal.

Also force the field "Remarks" in AccessForm to be updated for the form to be valid.

NB: python manage.py collectstatic (or docker-compose exec web python manage.py collectstatic) may need to be called for the changes to take effect.