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

            Bug ID: 41058
           Summary: Using Show Checkouts button when
                    LoadCheckoutsTableDelay is set causes collision/error.
                    loadIssuesTableDelayTimeoutId  not assigned
   Initiative type: ---
        Sponsorship ---
            status:
           Product: Koha
           Version: Main
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P5 - low
         Component: Circulation
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

Manually selecting the "Show Checkouts" button does not cancel the setTimeout
associated with LoadCheckoutsTableDelay (Checkouts table will show
automatically in blah seconds..)

In /intranet-tmpl/prog/js/checkouts.js, loadIssuesTableDelayTimeoutId is
declared and  targeted by clearTimeout() but never applied to the setTimeout()
that triggers LoadIssuesTable().

Lines 712 & 735 should be revised from

"setTimeout(function () {"

to 

"loadIssuesTableDelayTimeoutId = setTimeout(function () {"

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to