ppazos / cabolabs-emrapp

openEHR Electronic Medical Record Application for testing comits and queries to the EHRServer.
5 stars 11 forks source link

Error when "back" is clicked after signing a record. #25

Open ppazos opened 10 years ago

ppazos commented 10 years ago

If the browser back button is clicked, the page tries to access the clinical session that is no longer in session.

Prevent the user to hit back or check if there's a clinical session in the session object, and if not, redirect the user to the patient list.