[Koha-bugs] [Bug 25803] Internet Explorer: unable to save patron edits or view patron checkouts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jul 1 07:40:16 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25803

David Cook <dcook at prosentient.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WONTFIX

--- Comment #6 from David Cook <dcook at prosentient.com.au> ---
Ok looking at this again...

Using https://babeljs.io/, it's suggesting the following.

Replace:
$(`.guarantor-details[data-borrowernumber=${borrower.borrowernumber}]`).length;

With:
(".guarantor-details[data-borrowernumber=".concat(borrower.borrowernumber,
"]")).length;

However, I notice ./koha-tmpl/opac-tmpl/lib/kjua/lib/dom.js uses template
literals as well, and there might be other Javascript that does too. 

As Owen said, really there's no reason people should be using computers without
Edge, and Edge supports newer Javascript, so I think the best solution might
actually be to push back on Intranet users and advise that the Koha Intranet
isn't fully compatible with older browsers like IE 11.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list