DH-IT-Portal-Development / ethics

Ethical Committee web application in Django
http://fetc.hum.uu.nl
MIT License
2 stars 1 forks source link

Data not saved or validated when clearing existing data #732

Closed tijmenbaarda closed 4 weeks ago

tijmenbaarda commented 4 weeks ago

In several forms, when a user clears data in a form that was already saved before, and then proceeds, the cleared form is not saved and a validation error is not given either. Instead, the old data remains in the database. However, the user proceeds to the next form as if the data has been saved.

In the worst case, it may happen that an application with old data is sent out, because the old data is still there and the system shows the step as complete.

This happens in the following forms (at least):

miggol commented 4 weeks ago

Thanks for mentioning! I think this is a duplicate of #126

Sadly we don't really have a way forward to fixing this short of a massive overhaul. Won't be fixed for this big update :(