[Koha-bugs] [Bug 25678] New: Checkout stuck "Loading... you may continue scanning" because of Javascript error

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jun 5 02:40:34 CEST 2020


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

            Bug ID: 25678
           Summary: Checkout stuck "Loading... you may continue scanning"
                    because of Javascript error
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Circulation
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: dcook at prosentient.com.au
        QA Contact: testopia at bugs.koha-community.org
                CC: gmcharlt at gmail.com, kyle.m.hall at gmail.com

checkouts.js creates fatal Javascript errors when it tries to run
"escapeHtml()" on null values. 

This typically happens when a title or some other data element is null.

That said, in theory many of these data elements shouldn't be null. 

But... we shouldn't be dying on Javascript errors either. We should catch the
condition and do something about it.

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


More information about the Koha-bugs mailing list