I was trying to checkout merging patients using demo.openmrs.org and got some errors. To reproduce the errors,
login
click on data management
click on merge patients
enter patient IDs and click continue(open console before clicking continue)
And finally merge merge patients
the first error isGET https://demo.openmrs.org/openmrs/ms/uiframework/resource/uicommons/scripts/i18n/angular-locale_en_gb.js?cache=1618725867682 net::ERR_ABORTED 404 (Not Found)
Just to limit this down a bit, the errors you’re seeing have absolutely nothing to do with merging patients and are simply brought about by going to the patient chart and viewing an existing visit.
On andSelf(), it would be more likely that we have too modern a jQuery version since it was deprecated, but we’re using jQuery 1.12, which should have it. The error seems to be caused (somehow) by this line. I’m not sure if that error actually affects any real functionality, in which case, I largely wouldn’t worry about it.
Hello @sharif I am sorry for taking long to reply on this. I haven’t been getting notifications on email lately as it was sometime back.
I was searching the patient in the search bar at the bottom using patient name and patient ids were filled automatically in the patient ID sections. So I wasn’t able to see the exact patient ID type.
Thanks @ibacher. I also think this error does not affect the functionality. Does this mean i should ignore this or we try updating the Jquery version to the latest.