[Koha-bugs] [Bug 27294] New: Error when deleting claim

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Dec 22 15:44:30 CET 2020


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

            Bug ID: 27294
           Summary: Error when deleting claim
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: minor
          Priority: P5 - low
         Component: Templates
          Assignee: oleonard at myacpl.org
          Reporter: oleonard at myacpl.org
        QA Contact: testopia at bugs.koha-community.org

To reproduce:

- View a patron who has resolved claims, either the checkout page or the patron
detail page.
- From the claim's "Action" menu, choose "Delete"
- In the browser console you will see an error:

Uncaught ReferenceError: issuesTable is not defined

The claim is deleted, but the action is supposed to trigger a refresh of the
checkouts table. Because "issueTable" is defined within a different function it
can't be referenced here.

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


More information about the Koha-bugs mailing list