CBIIT / nci-ctd2-dashboard-tmpl-helper

NCI CTD^2 Dashboard Template Helper
3 stars 1 forks source link

"Save and Continue" incorrectly proceeds to the next page #29

Closed zhouji2013 closed 6 years ago

zhouji2013 commented 6 years ago

Create a new evidence, change the value type to 'file', and select a file. If you click on "Save and Continue" button, it will proceed to the Observation Summary page regardless of the fact there may be an error message.

While we do support switching between 'pages' without saving, this behaviour is very misleading for the above described situation.

This happens only when a file uploading is involved because of the reading threads do not block the main thread.