[Bug 12883] New: Holds tab on checkout screen never stops processing
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12883 Bug ID: 12883 Summary: Holds tab on checkout screen never stops processing Change sponsored?: --- Product: Koha Version: 3.16 Hardware: All OS: All Status: NEW Severity: major Priority: P5 - low Component: Circulation Assignee: gmc@esilibrary.com Reporter: magnus@enger.priv.no QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com Depends on: 11703 After upgrading to 3.16.3, a customer noticed that on the check out page (/cgi-bin/koha/circ/circulation.pl), the "x Checkout(s)" tab was working fine, but the "x Hold(s)" tab just showed the "Processing" message, and never got anywhere. This is caused by an AJAX call to /cgi-bin/koha/svc/holds.pl, which should be a call to /cgi-bin/koha/svc/holds (without the .pl). It looks like the problem was introduced by on bug 11703, attachment 29493, which renamed svc/holds.pl to svc/holds, without fixing the call to this script in koha-tmpl/intranet-tmpl/prog/en/js/holds.js This has since been fixed for master by this commit: http://git.koha-community.org/gitweb/?p=koha.git;a=commit;h=9657a2c6dc925169... So as far as I can tell, the solution to this problem is to pick 9657a2c6dc92516963ffa960b7d561cdcc2dc5e8 for the 3.16.x branch. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12883 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |rel_3_16_4_candidate CC| |katrin.fischer@bsz-bw.de -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12883 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |Needs Signoff --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Hm, changing status to reflect that the patch is already in master. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12883 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Signed Off -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12883 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12883 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Passed QA |Pushed to Master -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12883 jdemuth@roseville.ca.us <jdemuth@roseville.ca.us> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jdemuth@roseville.ca.us -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12883 Galen Charlton <gmcharlt@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Pushed to Master |Pushed to Stable --- Comment #2 from Galen Charlton <gmcharlt@gmail.com> --- Pushed to 3.16.x for inclusion in 3.16.4. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org