https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25803 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Janet McGowan from comment #0)
This is on the staff interface. On 19.11 sites using Internet Explorer 11 we have found 2 issues:
- /members/memberentry.pl make an edit to a patron record and click Save. The page does not save.
This is cause by a JavaScript error stemming from a change to members.js in Bug 14570 - Make it possible to add multiple guarantors to a record. Line 169 of the file introduces the use of template literals (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_l...) which are unsupported in Internet Explorer 11 and before. I'm inclined not to make accommodations for a browser which is so old. Internet Explorer 11 was first released in 2013. Since then two newer Microsoft browsers have been released: Edge in 2015, updated in 2019 to the Chromium-based version. The latest version of Edge is available for Windows 7, 8, and 10.
- If a user has checkouts, on /members/moremember.pl in the issues table no issues are displayed. Click on Always show checkouts immediately and no issues are displayed.
I could not reproduce this problem even in IE11. -- You are receiving this mail because: You are watching all bug changes.